Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fully qualified name: Std.Math.Round
function Round(value : Double) : Int
Summary
Returns the nearest integer to the specified number. For example: Round(3.7) = 4; Round(-3.7) = -4