interface Numeric
Common interface implemented by all numeric types, providing basic arithmetic functions.
Implemented by
Cassandra\BigintCassandra\DecimalCassandra\FloatCassandra\SmallintCassandra\TinyintCassandra\Varint
Methods
Cassandra\Numeric abs
( )Cassandra\Numeric neg
( )Cassandra\Numeric sqrt
( )int toInt
( )float 