NullableTypes Class Library

NullableInt32.ToNullableSingle Method 

Converts this NullableInt32 instance to a NullableSingle.

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

Return Value

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

See Also

NullableInt32 Class | NullableTypes Namespace