Remainder()
Decimal::Remainder(const Decimal&, const Decimal&) method
Computes the remainder after dividing two Decimal values.
static Decimal System::Decimal::Remainder(const Decimal &d1, const Decimal &d2)
Arguments
| Parameter | Type | Description |
|---|---|---|
| d1 | const Decimal& | The dividend. |
| d2 | const Decimal& | The divisor. |
Return Value
The remainder after dividing d1 by d2.
See Also
- Class Decimal
- Namespace System
- Library Aspose.Slides