System::Decimal::operator-= method

Decimal::operator-= method

Assigns to the current object a new value that is the result of subtraction of the value represented by the specified object from the value represented by the current object.

Decimal & System::Decimal::operator-=(const Decimal &d)
ParameterTypeDescription
dconst Decimal&The Decimal object representing the value to subtract

ReturnValue

A reference to the self

See Also