DataTableToMatrixConverterRowHeaderVector Property |
Gets the resulting row header vector. Each member of this vector corresponds to the row of the matrix with the same index.
The row header vector is a vector that correlate each row of the resulting matrix to a corresponding physical value. This value can be used for instance for calculating the x- or y- position in the coordinate system.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IReadOnlyList<double> RowHeaderVector { get; }
Property Value
IReadOnlyListDouble
The row header vector.
Exceptions See Also