DataFrame<R, C>.RowIndex Property

Gets the row index of the data frame.

Definition

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

Property Value

Index<R>

See Also