Round
From GECK
A function added by the SUP NVSE Plugin.
Contents
Description
Rounds float to a nearest decimal.
Syntax
(fValue:float) Round fValue:float
Example
set fValue to Round 37.4 ;Will set fValue to 37
set fValue to Round 37.8 ;Will set fValue to 38