Click or drag to resize

DataTableToMatrixConverterGetParticipatingDataColumns Method

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

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

Return Value

IAscendingIntegerCollection
Indices of the participating data columns of the data table.
Exceptions
ExceptionCondition
InvalidDimensionMatrixExceptionNo columns found that can be used for the matrix. Thus number of columns of the matrix would be zero.
See Also