Click or drag to resize
SeriesK, VStartAt Method

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

Parameters

lowerInclusive
Type: K

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

Return Value

Type: SeriesK, V

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

See Also