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