operator=()
Decimal::operator=(const Decimal&) method
Assigns the value represented by the specified object to the current object.
Decimal & System::Decimal::operator=(const Decimal &d)
Arguments
Parameter | Type | Description |
---|---|---|
d | const Decimal& | Decimal object to copy the value from |
Return Value
The reference to the self
See Also
- Class Decimal
- Namespace System
- Library Aspose.Slides