Differences
This shows you the differences between two versions of the page.
| a_f:f:99_a:sign [2022/09/01 07:10] – created - external edit 127.0.0.1 | a_f:f:99_a:sign [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:sign to a_f:f:f:sign administrator | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | ||
| - | ====== SIGN ====== | ||
| - | ===== Description ===== | ||
| - | Returns the sign of the provided number (0, 1 or –1) | ||
| - | ===== Parameters ===== | ||
| - | Attribute of the Number type or number constant or calculation producing number | ||
| - | ===== Example ===== | ||
| - | <code aim>IF SIGN (Transaction.Amount) = -1 THEN ... </ | ||