Click or drag to resize

DataTableWrapperGetNumberOfValidNumericRows Method

Counts the number of valid rows from the array that is returned by for instance GetValidNumericRows(INumericColumn, IAscendingIntegerCollection, IEnumerableInt32, Int32).

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static int GetNumberOfValidNumericRows(
	bool[] array
)

Parameters

array  Boolean
The boolean array.

Return Value

Int32
The number of valid numeric rows, i.e. the number of elements in the array which have the value of true.
See Also