Cassandra\Float::mod PHP Méthode

mod() public méthode

public mod ( cassandra\Numeric $divisor ) : cassandra\Numeric
$divisor cassandra\Numeric a number to divide this one by
Résultat cassandra\Numeric remainder
    public function mod(Numeric $divisor)
    {
    }