PHP Интерфейс Cassandra\Numeric

См. также: Bigint
См. также: Decimal
См. также: Float
См. также: Varint
Показать файл Открыть проект

Открытые методы

Метод Описание
abs ( ) : cassandra\Numeric
add ( cassandra\Numeric $addend ) : cassandra\Numeric
div ( cassandra\Numeric $divisor ) : cassandra\Numeric
mod ( cassandra\Numeric $divisor ) : cassandra\Numeric
mul ( cassandra\Numeric $multiplier ) : cassandra\Numeric
neg ( ) : cassandra\Numeric
sqrt ( ) : cassandra\Numeric
sub ( cassandra\Numeric $subtrahend ) : cassandra\Numeric
toDouble ( ) : float
toInt ( ) : integer

Описание методов

abs() публичный метод

public abs ( ) : cassandra\Numeric
Результат cassandra\Numeric absolute value

add() публичный метод

public add ( cassandra\Numeric $addend ) : cassandra\Numeric
$addend cassandra\Numeric a number to add to this one
Результат cassandra\Numeric sum

div() публичный метод

public div ( cassandra\Numeric $divisor ) : cassandra\Numeric
$divisor cassandra\Numeric a number to divide this one by
Результат cassandra\Numeric quotient

mod() публичный метод

public mod ( cassandra\Numeric $divisor ) : cassandra\Numeric
$divisor cassandra\Numeric a number to divide this one by
Результат cassandra\Numeric remainder

mul() публичный метод

public mul ( cassandra\Numeric $multiplier ) : cassandra\Numeric
$multiplier cassandra\Numeric a number to multiply this one by
Результат cassandra\Numeric product

neg() публичный метод

public neg ( ) : cassandra\Numeric
Результат cassandra\Numeric negative value

sqrt() публичный метод

public sqrt ( ) : cassandra\Numeric
Результат cassandra\Numeric square root

sub() публичный метод

public sub ( cassandra\Numeric $subtrahend ) : cassandra\Numeric
$subtrahend cassandra\Numeric a number to subtract from this one
Результат cassandra\Numeric difference

toDouble() публичный метод

public toDouble ( ) : float
Результат float this number as float

toInt() публичный метод

public toInt ( ) : integer
Результат integer this number as int