IEEERemainder()

Math::IEEERemainder(double, double) method

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

static double System::Math::IEEERemainder(double x, double y)

Arguments

ParameterTypeDescription
xdoubleDividend
ydoubleDivisor

Return Value

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

See Also