IDataFrame.Item Property

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

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
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