NullableTypes Class Library

NullableDouble.Value Property

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

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

Property Value

A double point value in the range -1.79769313486232e308. through 1.79769313486232e308.

Exceptions

Exception TypeCondition
NullableNullValueException The property is set to null.

See Also

NullableDouble Class | NullableTypes Namespace