class Bigint
A PHP representation of the CQL bigint datatype
Implements
Methods
__construct
(string $value )
Creates a new 64bit integer.
string __toString
( )Returns string representation of the integer value.
Dse\Type type
( )The type of this bigint.
string value
( )Returns the integer value.
Dse\Numeric abs
( )Dse\Numeric neg
( )Dse\Numeric sqrt
( )int toInt
( )float toDouble
( )
static
Dse\Bigint min
( )Minimum possible Dse\Bigint value
- Static
- This method is static
static
Dse\Bigint max
( )Maximum possible Dse\Bigint value
- Static
- This method is static