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