Negate
Returns the negated value of a number.
Property | Type | Description |
---|---|---|
Factor1 | Number | The number to be negated. |
RoundingDecimalPositions | Number | Rounds the result "Half Up" if roundingDecimalPositions is not null and >=
0. If null then returns Factor1. |