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