Round function
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
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Fully qualified name: Std.Math.Round
function Round(value : Double) : Int
Returns the nearest integer to the specified number. For example: Round(3.7) = 4; Round(-3.7) = -4