Click or drag to resize

DataTableWrapperGetValidNumericRows Method

Overload List
 NameDescription
Public methodStatic memberGetValidNumericRows(DataColumnCollection, IAscendingIntegerCollection, Int32) Determines which of the rows of a set of columns is truly numeric, i.e. all columns in this row contains a value, which is not double.NaN.
Public methodStatic memberGetValidNumericRows(INumericColumn, IAscendingIntegerCollection, IEnumerableInt32, Int32) Determines which of the rows of a set of columns is truly numeric, i.e. all columns in this row contains a value, which is not double.NaN.
Public methodStatic memberGetValidNumericRows(IReadableColumn, IAscendingIntegerCollection, IEnumerableInt32, Int32) Determines which of the rows of a set of columns is truly numeric, i.e. all columns in this row contains a value, which is not double.NaN.
Top
See Also