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