Click or drag to resize
SeriesK, VGetByLevel Method
[category:Accessors and slicing]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public Series<K, V> GetByLevel(
	ICustomLookup<K> key
)

Parameters

key
Type: DeedleICustomLookupK

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

Return Value

Type: SeriesK, V

[Missing <returns> documentation for "M:Deedle.Series`2.GetByLevel(Deedle.ICustomLookup{`0})"]

See Also