IArithmetic.sub
Description
Subtracts one value of the conforming type from another.
Signature
This IArithmetic.sub(This other);
Parameters
other : This
The value to subtract from this.
Return value
The difference of this and other.
Subtracts one value of the conforming type from another.
This IArithmetic.sub(This other);
The value to subtract from this.
The difference of this and other.