NullableTypes Class Library

NullableSingle.Value Property

Gets the value of the NullableSingle structure. This property is read-only

[Visual Basic]
Public ReadOnly Property Value As Single
[C#]
public float Value {get;}

Property Value

A floating point value in the range -3.40E+38 through 3.40E+38.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableSingle Class | NullableTypes Namespace