NullableTypes Class Library

NullableSingle Explicit NullableTypes.NullableSingle to System.Single Conversion 

Converts a NullableSingle to a Single.

[Visual Basic]
returnValue = NullableSingle.op_Explicit(x)
[C#]
public static explicit operator float(
   NullableSingle x
);

Parameters

x
A NullableSingle to convert.

Return Value

A Single set to the Value of the NullableSingle.

Exceptions

Exception TypeCondition
NullableNullValueExceptionx is Null.

See Also

NullableSingle Class | NullableTypes Namespace