IArithmetic.div
Description
Divides one value of the conforming type by another.
Signature
This IArithmetic.div(This other);
Parameters
other : This
The value by which to divide this.
Return value
The quotient of this divided by other.
Divides one value of the conforming type by another.
This IArithmetic.div(This other);
The value by which to divide this.
The quotient of this divided by other.