NEG
Description
Returns the provided number negated
Parameters
Attribute of the Number type or number constant or calculation producing number
Example
IF NEG (Transaction.Amount) = -10 THEN ...
index function function list mathematical
Returns the provided number negated
Attribute of the Number type or number constant or calculation producing number
IF NEG (Transaction.Amount) = -10 THEN ...