interface Numeric
Common interface implemented by all numeric types, providing basic arithmetic functions.
Implemented by
- Cassandra\Bigint
- Cassandra\Decimal
- Cassandra\Float
- Cassandra\Smallint
- Cassandra\Tinyint
- Cassandra\Varint
Methods
Cassandra\Numeric abs
( )Cassandra\Numeric neg
( )Cassandra\Numeric sqrt
( )int toInt
( )float 