NullableTypes Class Library

NullableSingle Constructor (Single)

Initializes a new instance of the NullableSingle structure.

[Visual Basic]
Overloads Public Sub New( _
   ByVal value As Single _
)
[C#]
public NullableSingle(
   float value
);

Parameters

value
A Single value to be stored in the Value property of the new NullableSingle structure.

See Also

NullableSingle Class | NullableTypes Namespace | NullableSingle Constructor Overload List