Gets the column at the specified position in the data frame.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
IVector this[
int index
] { get; }
ReadOnly Default Property Item (
index As Integer
) As IVector
Get
property IVector^ default[int index] {
IVector^ get (int index);
}
abstract Item : IVector with get
Parameters
- index
- Type: SystemInt32
The zero-based index of the column.
Return Value
Type:
IVectorThe column at the specified position.
Numerical Libraries
Supported in: 6.0
Reference