NullableTypes Class Library

NullableDouble.ToNullableInt16 Method 

Converts this NullableDouble instance to a NullableInt16.

[Visual Basic]
Public Function ToNullableInt16() As NullableInt16
[C#]
public NullableInt16 ToNullableInt16();

Return Value

A NullableInt16 that is Null if this NullableDouble is Null otherwise a NullableInt16 whose Value equals the Value of this instance.

Exceptions

Exception TypeCondition
OverflowException This NullableDoubleValue is a number that is less than MinValue or greater than MaxValue.

See Also

NullableDouble Class | NullableTypes Namespace