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