DataTableWrapperAreAllColumnsNumeric Method |
Determines if all selected columns are numeric.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static bool AreAllColumnsNumeric(
DataColumnCollection table,
IAscendingIntegerCollection selectedCols,
out int rowCount
)
Parameters
- table DataColumnCollection
- The data column collection with the columns.
- selectedCols IAscendingIntegerCollection
- The index collection of the columns in quest.
- rowCount Int32
- Returns the minimum of the row count of all the selected columns. The value is 0 if there is at least one non-numeric column.
Return Value
BooleanTrue if all columns are numeric, false otherwise.
See Also