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)
ParameterTypeDescription
dconst Decimal&Decimal object to copy the value from

ReturnValue

The reference to the self

See Also