IDataFrame.Item Property

Gets the column at the specified position in the data frame.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
IVector this[
	int index
] { get; }

Parameters

index  Int32
The zero-based index of the column.

Return Value

IVector
The column at the specified position.

See Also