Gets the column at the specified position in the data frame.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
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.
Reference