NullableTypes Class Library

NullableInt64.ToNullableSingle Method 

Converts this NullableInt64 instance to a NullableSingle.

[Visual Basic]
Public Function ToNullableSingle() As NullableSingle
[C#]
public NullableSingle ToNullableSingle();

Return Value

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

See Also

NullableInt64 Class | NullableTypes Namespace