Mono Class Library: System.Decimal Overview | MembersSystem.Decimal Division Operator |
Divides one decimal value by another decimal . [Edit]
|
The value returned by decimal.Divide(decimal, decimal) (d1, d2). [Edit]
Type Reason DivideByZeroException The divisor is zero. [Edit] OverflowException The result is greater than decimal.MaxValue or less than decimal.MinValue. [Edit]
Documentation for this section has not yet been entered. [Edit]
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0