Ceiling (Double)
- 22 Nov 2023
- 1 Minute to read
- Print
- DarkLight
Ceiling (Double)
- Updated on 22 Nov 2023
- 1 Minute to read
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
Step Details | |
Introduced in Version | 8.17 |
Last Modified in Version | -- |
Location | Data > Numbers > Double |
The Ceiling Step rounds up a decimal number to an integer value. It is a mathematical function used to obtain a whole number that is greater than or equal to the given decimal value.
For example:
- Ceiling(3.14) = 4
- Ceiling(-5.01) = -5
Properties
Inputs
Property | Description | Data Type |
---|---|---|
Value | Decimal values to pass in the step. | Double |
Outputs
Property | Description | Data Type |
---|---|---|
Output | The value that is being outputted after rounding up. | Double |
Related Information
Was this article helpful?