Click or drag to resize

DataTableToMatrixConverterGetParticipatingDataRows Method

Gets the indices of the data rows of the table that contribute to the matrix.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public IAscendingIntegerCollection GetParticipatingDataRows()

Return Value

IAscendingIntegerCollection
The indices of the data rows that participate in the generated matrix.
See Also