NullableTypes Class Library

NullableDouble.ToNullableByte Method 

Converts this NullableDouble instance to a NullableByte.

[Visual Basic]
Public Function ToNullableByte() As NullableByte
[C#]
public NullableByte ToNullableByte();

Return Value

A NullableByte that is Null if this NullableDouble is Null otherwise a NullableDouble 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