IEEERemainder()

MathF::IEEERemainder(float, float) method

Returns the remainder resulting from the division of a specified number by another specified number.

static float System::MathF::IEEERemainder(float x, float y)

Arguments

ParameterTypeDescription
xfloatDividend
yfloatDivisor

Return Value

The remainder resulting from the division of a specified number by another specified number.

See Also