Floor function

Fully qualified name: Std.Math.Floor

function Floor(value : Double) : Int

Summary

Returns the largest integer less than or equal to the specified number. For example: Floor(3.7) = 3; Floor(-3.1) = -4