Click or drag to resize
SeriesK, VTryGet Method (K)
[category:Accessors and slicing]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public OptionalValue<V> TryGet(
	K key
)

Parameters

key
Type: K

[Missing <param name="key"/> documentation for "M:Deedle.Series`2.TryGet(`0)"]

Return Value

Type: OptionalValueV

[Missing <returns> documentation for "M:Deedle.Series`2.TryGet(`0)"]

See Also