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