--- layout: stdlib-reference --- # IArithmetic\.sub ## Description Subtracts one value of the conforming type from another. ## Signature
IArithmetic.This IArithmetic.sub(IArithmetic.This other);

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