DataFrameRow<R, C>.Length Property

Gets the number of columns in the data frame.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public int Length { get; }

Property Value

Int32

Implements

IVector.Length

See Also