Float Ceiling
Rounds a float up to the smallest integer greater than or equal to the number. Precision is the decimal place.
Properties
Float: The location of the number to round
Precision: The decimal place E.g ‘1’for rounding to the tenths decimal
Output
Output-location: Location to store the output data
Example
1.12
will become 1.13
if the precision is set to 2
decimal place