NullableTypes Class Library

NullableInt64.ToNullableDouble Method 

Converts this NullableInt64 instance to a NullableDouble.

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

Return Value

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

See Also

NullableInt64 Class | NullableTypes Namespace