DataFrame<R, C>.ColumnCount Property

Gets the number of columns in the data frame.

Definition

Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public int ColumnCount { get; }

Property Value

Int32

Implements

IDataFrame.ColumnCount

See Also