Ceiling()

MathF::Ceiling(float) method

Returns the smallest integral value that is greater than or equal to the specified value.

static float System::MathF::Ceiling(float a)

Arguments

ParameterTypeDescription
afloatA float-precision floating point number

Return Value

The smallest integral value that is greater than or equal to d

See Also