DataFrameRow<R, C>.ColumnIndex Property

Gets the column index of the row.

Definition

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

Property Value

Index<C>

See Also