Converts this NullableInt64 instance to a NullableInt16.
A NullableInt16 that is Null if this NullableInt64 is Null otherwise a NullableInt16 whose Value equals the Value of this instance.
| Exception Type | Condition |
|---|---|
| OverflowException | x value is a number that is less than MinValue or greater than MaxValue. |
NullableInt64 Class | NullableTypes Namespace