Mono Class Library: System.Decimal Overview | Members

System.Decimal Addition Operator

Adds two decimal values together.

public static decimal operator+ (decimal d1, decimal d2)

Parameters

d1
The first addend.
d2
The second addend.

Returns

The value returned by decimal.Add(decimal, decimal) (d1,d2).

Exceptions

TypeReason
OverflowExceptionThe sum of d1 and d2 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