Rounds In upward and outputs, as a numeric, the smallest integral value that is not less than the input.
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In
|
Numeric
|
Null
|
The numeric value to round up. A Null value will cause Out to be set to Null.
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Numeric
|
The rounded up value.
|
|