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

Floor (Double)

  • Dark
    Light

Article summary

Step Details
Introduced in Version8.17
Last Modified in Version--
LocationData > Numbers > Double

The Floor Step rounds up a decimal number to an integer value. It is a mathematical function used to obtain a whole number that is less than or equal to the given decimal value.

For example:

  • Ceiling(3.14) = 3
  • Ceiling(-5.01) = -6

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?