Click or drag to resize

DataTableMatrixProxyBaseGetRowHeaderWrapper Method

Gets a wrapper vector around the row header data.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<double> GetRowHeaderWrapper()

Return Value

IReadOnlyListDouble
Wrapper vector around the row header data. Each element of this vector corresponds to the row with the same index of the matrix.
See Also