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