--- layout: stdlib-reference --- # IArithmetic\.add ## Description Adds two values of the conforming type. ## Signature
IArithmetic.This IArithmetic.add(IArithmetic.This other);

## Parameters #### other : [IArithmetic](index.html)\.This The value to add to this. ## Return value The sum of this and other.