Mono Class Library: System.Decimal Overview | Members

System.Decimal Increment Operator

Returns the specified value incremented by one.

public static decimal operator++ (decimal d)

Parameters

d
A decimal value.

Returns

The value returned by decimal.Add(decimal, decimal) (d , decimal.One ).

Exceptions

TypeReason
OverflowExceptionThe result is greater than decimal.MaxValue or less than decimal.MinValue .

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0