Click or drag to resize

DataTableWrapperGetCollectionOfValidNumericRows(DataColumnCollection, IAscendingIntegerCollection) Method

Gets the collection of valid rows from selected columns of a DataColumnCollection.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static AscendingIntegerCollection GetCollectionOfValidNumericRows(
	DataColumnCollection table,
	IAscendingIntegerCollection selectedCols
)

Parameters

table  DataColumnCollection
The collection of data columns.
selectedCols  IAscendingIntegerCollection
The selected columns. An exception is thrown if one of these columns is non numeric.

Return Value

AscendingIntegerCollection
An collection of ascending integer values. These values are the indizes of valid numeric rows, i.e. the number of elements in the array which have the value of true.
See Also