Rounds a floating point number
to the nearest whole number.
Syntax
value = Round (input)
Description
This command takes
a floating point number, input, and rounds it towards
to the nearest whole integer. This means the number will either
be made smaller or larger.