DataFrame<R, C>.Columns Property

Gets an enumerator over the columns of the data frame.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public IEnumerable<IVector> Columns { get; }

Property Value

IEnumerable<IVector>

See Also