class Float_
A PHP representation of the CQL float
datatype
Implements
Methods
__construct
(mixed
$value )
Creates a new float.
string
__toString
( )Returns string representation of the float value.
Dse\Type
type
( )The type of this float.
float
value
( )Returns the float value.
bool
isInfinite
( )bool
isFinite
( )bool
isNaN
( )Dse\Numeric
abs
( )Dse\Numeric
neg
( )Dse\Numeric
sqrt
( )int
toInt
( )float
toDouble
( )
static
Float
min
( )Minimum possible Float value
- Static
- This method is static
static
Float
max
( )Maximum possible Float value
- Static
- This method is static