IArithmetic.add¶
Description¶
Adds two values of the conforming type.
Signature¶
IArithmetic.This IArithmetic.add(IArithmetic.This other);
Parameters¶
other : IArithmetic.This¶
The value to add to this.
Return value¶
The sum of this and other.
Adds two values of the conforming type.
IArithmetic.This IArithmetic.add(IArithmetic.This other);
The value to add to this.
The sum of this and other.