Cassandra\Numeric::mod PHP Метод

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

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