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