class Smallint
Implements
Methods
static
Cassandra\Smallint
min
( )Minimum possible Cassandra\Smallint
value
- Static
- This method is static
static
Cassandra\Smallint
max
( )Maximum possible Cassandra\Smallint
value
- Static
- This method is static
__construct
(string
$value )
Creates a new 16bit integer.
Cassandra\Numeric
abs
( )Cassandra\Numeric
neg
( )Cassandra\Numeric
sqrt
( )int
toInt
( )float
toDouble
( )Cassandra\Type
type
( )The type of this value (smallint).
int
value
( )Returns the integer value.