Click or drag to resize
ObjectSeriesKGetAtAsR Method (Int32)

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public R GetAtAs<R>(
	int index
)

Parameters

index
Type: SystemInt32

[Missing <param name="index"/> documentation for "M:Deedle.ObjectSeries`1.GetAtAs``1(System.Int32)"]

Type Parameters

R

Return Value

Type: R

[Missing <returns> documentation for "M:Deedle.ObjectSeries`1.GetAtAs``1(System.Int32)"]

See Also