NullableTypes Class Library

NullableInt32.ToNullableDouble Method 

Converts this NullableInt32 instance to a NullableDouble.

[Visual Basic]
Public Function ToNullableDouble() As NullableDouble
[C#]
public NullableDouble ToNullableDouble();

Return Value

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

See Also

NullableInt32 Class | NullableTypes Namespace