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