Rounds the input numeric value to the nearest integer.
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 numeric value.
|
|