'T opt Type
A type alias for the OptionalValue<T> type. The type alias can be used
to make F# type definitions that use optional values directly more succinct.
Instance members
| Instance member |
Description
|
Full Usage:
this.HasValue
Returns: bool
|
Gets a value indicating whether the current `OptionalValue
|
Full Usage:
this.Value
Returns: 'T
|
Returns the value stored in the current `OptionalValue
|
Full Usage:
this.ValueOrDefault
Returns: 'T
|
Returns the value stored in the current `OptionalValue
|
Static members
| Static member |
Description
|
|
Returns a new instance of `OptionalValue
|
Deedle