Gets the column at the specified index.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0
Reference