IArithmetic.mod
Description
Computes the remainder of division of one value of the conforming type by another.
Signature
IArithmetic.This IArithmetic.mod(IArithmetic.This other);
Parameters
other : IArithmetic.This
The divisor used to divide this.
Return value
The remainder of this divided by other.