The Ceiling, Floor and Round functions are available for rounding.
Ceiling
e.g. Ceiling('Expression')
This function returns the smallest integer value that is greater than or equal to 'Expression’.
Floor
e.g. Floor('Expression')
This function returns the largest integer value that is less than or equal to 'Expression’.
Round
e.g. Round('Expression')
This function rounds ‘Expression’ up or down to the nearest whole number (integer).
Arguments
Give at least the following arguments.
|
Function |
Ceiling |
Floor |
Round |
|
Input (expression) |
Signal or expression to be rounded |
||