Click or drag to resize
OptionalValueModulegetT Method
Get the value stored in the specified optional value. If a value is not available, throws an exception. (This is equivalent to the `Value` property)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static T get<T>(
	OptionalValue<T> optional
)

Parameters

optional
Type: DeedleOptionalValueT

[Missing <param name="optional"/> documentation for "M:Deedle.OptionalValueModule.get``1(Deedle.OptionalValue{``0})"]

Type Parameters

T

Return Value

Type: T

[Missing <returns> documentation for "M:Deedle.OptionalValueModule.get``1(Deedle.OptionalValue{``0})"]

See Also