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

Namespace:  Deedle
Assembly:  Deedle (in Deedle.dll) Version: 1.2
Syntax
C#
public OptionalValue<V> TryGetAt(
	int index
)

Parameters

index
Type: SystemInt32

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

Return Value

Type: OptionalValueV

[Missing <returns> documentation for "M:Deedle.Series`2.TryGetAt(System.Int32)"]

See Also