IData Frame.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#
    
 
 
The column at the specified position.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
IVector this[
	int index
] { get; }Parameters
- index Int32
 - The zero-based index of the column.
 
Return Value
IVectorThe column at the specified position.