operator/=()
Decimal::operator/=(const Decimal&) method
Assigns to the current object a new value that is the result of division of the value represented by the current object by the value represented by the specified object.
Decimal & System::Decimal::operator/=(const Decimal &d)
Arguments
Parameter | Type | Description |
---|---|---|
d | const Decimal& | The Decimal object representing the divisor |
Return Value
A reference to the self
See Also
- Class Decimal
- Namespace System
- Library Aspose.Slides