Differences
This shows you the differences between two versions of the page.
| a_f:f:99_a:floor [2022/09/01 06:46] – created - external edit 127.0.0.1 | a_f:f:99_a:floor [2022/09/02 02:41] (current) – ↷ Page moved from a_f:f:99_a:floor to a_f:f:f:floor administrator | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | {{tag> | + | |
| - | ====== FLOOR ====== | + | |
| - | ===== Description ===== | + | |
| - | Returns the largest integer number that is not greater than the provided number: | + | |
| - | * FLOOR (5.67) = 5; | + | |
| - | * FLOOR (-5.57) = -6 | + | |
| - | ===== Parameters ===== | + | |
| - | Attribute of the Number type or number constant or calculation producing number | + | |
| - | ===== Example ===== | + | |
| - | <code aim>IF FLOOR (Transaction.Amount) = 10 THEN ... </ | + | |