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