Click or drag to resize
OptionalValueTValue Property
Returns the value stored in the current `OptionalValue<T>`. Exceptions: `InvalidOperationException` - Thrown when `HasValue` is `false`.

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public T Value { get; }

Property Value

Type: T

[Missing <value> documentation for "P:Deedle.OptionalValue`1.Value"]

See Also