Gets an enumerator over the columns of the data frame.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public IEnumerable<IVector> Columns { get; }
Public ReadOnly Property Columns As IEnumerable(Of IVector)
Get
public:
property IEnumerable<IVector^>^ Columns {
IEnumerable<IVector^>^ get ();
}
member Columns : IEnumerable<IVector> with get
Property Value
Type:
IEnumerableIVector
Numerical Libraries
Supported in: 6.0
Reference