Mono Class Library: System.Decimal Overview | Members

System.Decimal Division Operator

Divides one decimal value by another decimal . [Edit]

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

Parameters

d1
The dividend. [Edit]
d2
The divisor. [Edit]

Returns

The value returned by decimal.Divide(decimal, decimal) (d1, d2). [Edit]

Exceptions

TypeReason
DivideByZeroExceptionThe divisor is zero. [Edit]
OverflowExceptionThe result is greater than decimal.MaxValue or less than decimal.MinValue. [Edit]

Remarks

Documentation for this section has not yet been entered. [Edit]

Requirements

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