Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
desktop:desktop_chart_scripting_function_referenceceiling_value [2022/01/11 19:06] – created rob | desktop:desktop_chart_scripting_function_referenceceiling_value [2023/09/21 19:58] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 5: | Line 5: | ||
Computes the nearest larger integer to the value. | Computes the nearest larger integer to the value. | ||
- | Function Parameters | + | ---- |
- | Parameter Description | + | < |
- | < | + | ^Function Parameters^^ |
+ | ^Parameter^ Description^ | ||
+ | |< | ||
+ | </ | ||
+ | ---- | ||
- | Examples: | ||
+ | <code lang | Examples:> | ||
CEILING(5.8) | CEILING(5.8) | ||
Evaluates to 6 | Evaluates to 6 | ||
Line 16: | Line 20: | ||
CEILING(-5.8) | CEILING(-5.8) | ||
Evaluates to -5 | Evaluates to -5 | ||
+ | </ |