operator++()

Decimal::operator++() method

Increments the value represented by the current object.

Decimal & System::Decimal::operator++()

Return Value

The reference to the self

See Also