Have Questions?  Need Expert Answers?  JOIN LUNCH N' LEARNS!

Ceiling (Double)

Prev Next
Step Details
Introduced in Version8.17
Last Modified in Version--
LocationData > 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

PropertyDescriptionData Type
ValueDecimal values to pass in the step.Double

Outputs

PropertyDescriptionData Type
OutputThe value that is being outputted after rounding up.Double


Related Information

Double Steps