Click or drag to resize
OptionalValueTValueOrDefault Property
Returns the value stored in the current `OptionalValue<T>` or the default value of the type `T` when a value is not present.

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

Property Value

Type: T

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

See Also