Round

From GECK
Jump to: navigation, search


A function added by the SUP NVSE Plugin.

Description

Rounds float to a nearest decimal.

Syntax

[help]
(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

See Also