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

ParameterTypeDescription
dconst Decimal&Decimal object to copy the value from

Return Value

The reference to the self

See Also