Floor()

MathF::Floor(float) method

Returns the largest integral value that is less than or equal to the specified value.

static float System::MathF::Floor(float x)

Arguments

ParameterTypeDescription
xfloatA float-precision floating point number

Return Value

The largest integral value that is less than or equal to d

See Also