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