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

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

Parameters

key
Type: K

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

lookup
Type: DeedleLookup

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

Return Value

Type: OptionalValueV

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

See Also