Cassandra\Numeric::div PHP Method

div() public method

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