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.Truncate
function Truncate(value : Double) : Int
Summary
Returns the integral part of a number. For example: Truncate(3.7) = 3; Truncate(-3.7) = -3