Gets the column at the specified index.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public IVector this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As IVector
Get
Set
public:
virtual property IVector^ default[int index] {
IVector^ get (int index) sealed;
void set (int index, IVector^ value) sealed;
}
abstract Item : IVector with get, set
override Item : IVector with get, set
Parameters
- index
- Type: SystemInt32
The zero-based index of the column.
Return Value
Type:
IVectorA
IVector object.
Implements
IDataFrameItemInt32
Use the IVector object's AsU
method to get the column as a typed vector.
Reference