Subtract

Subtracts the first number (subtrahend) from the second number (minuend) and returns a numeric result.

Table 1. Input Properties
Property Type Description
SourceNumber1 Number subtrahend (number to be subtracted from another).
SourceNumber2 Number minuend (number from which another is to be subtracted)
RoundingDecimalPositions Number

Rounds the result "Half Up" if roundingDecimalPositions is not null and >= 0.

Defaults both numbers to zero if null.