Click or drag to resize
SeriesModuleTryGetAtK, T Method
Returns the value at the specified (integer) offset, or `None` if the value is missing. [category:Accessing series data and lookup]

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public static FSharpOption<T> TryGetAt<K, T>(
	int index,
	Series<K, T> series
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Deedle.SeriesModule.TryGetAt``2(System.Int32,Deedle.Series{``0,``1})"]

series
Type: DeedleSeriesK, T

[Missing <param name="series"/> documentation for "M:Deedle.SeriesModule.TryGetAt``2(System.Int32,Deedle.Series{``0,``1})"]

Type Parameters

K
T

Return Value

Type: FSharpOptionT

[Missing <returns> documentation for "M:Deedle.SeriesModule.TryGetAt``2(System.Int32,Deedle.Series{``0,``1})"]

See Also