Decimal..::..Division Operator
Divides two specified Decimal values.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Exceptions
Exception | Condition |
---|---|
System..::..DivideByZeroException | d2 is zero. |
System..::..OverflowException | The return value is less than MinValue or greater than MaxValue. |