Divides its first NullableDecimal operand by its second.
Null if either instance of NullableDecimal is Null otherwise a NullableDecimal structure whose Value property contains the results of the division.
| Exception Type | Condition |
|---|---|
| DivideByZeroException | y is Zero while x is not Null. |
NullableDecimal Class | NullableTypes Namespace