Truncate function

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