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
Parameter | Type | Description |
---|---|---|
x | double | Dividend |
y | double | Divisor |
Return Value
The remainder resulting from the division of a specified number by another specified number.
See Also
- Struct Math
- Namespace System
- Library Aspose.Slides