Ceiling (Double)
  • 22 Nov 2023
  • 1 Minute to read
  • Dark
    Light

Ceiling (Double)

  • Dark
    Light

Article summary

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


Was this article helpful?