operator*=()

Decimal::operator*=(const Decimal&) method

Assigns to the current object a new value that is the result of multiplication of values represented by the current and specified objects.

Decimal & System::Decimal::operator*=(const Decimal &d)

Arguments

ParameterTypeDescription
dconst Decimal&The Decimal object representing the multiplier

Return Value

A reference to the self

See Also