Click or drag to resize
SeriesK, VTryGetObservation Method (K)
Attempts to get a value at the specified 'key' [category:Accessors and slicing]

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

Parameters

key
Type: K

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

Return Value

Type: OptionalValueKeyValuePairK, OptionalValueV

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

See Also