System::Decimal::operator%= method
Decimal::operator%= method
Assigns to the current object a new value that is the result of modulo operation with the values represented by the current and the specified objects.
Decimal & System::Decimal::operator%=(const Decimal &d)
| Parameter | Type | Description |
|---|---|---|
| d | const Decimal& | The Decimal object representing the divisor |
ReturnValue
A reference to the self
See Also
- Class Decimal
- Class Decimal
- Namespace System
- Library Aspose.PDF for C++