Cassandra\Numeric::div PHP Méthode

div() public méthode

public div ( cassandra\Numeric $divisor ) : cassandra\Numeric
$divisor cassandra\Numeric a number to divide this one by
Résultat cassandra\Numeric quotient
    function div(Numeric $divisor);