Cassandra\Decimal::div PHP 메소드

div() 공개 메소드

public div ( cassandra\Numeric $divisor ) : cassandra\Numeric
$divisor cassandra\Numeric a number to divide this one by
리턴 cassandra\Numeric quotient
    public function div(Numeric $divisor)
    {
    }