Click or drag to resize

Statistics Methods

The Statistics type exposes the following members.

Methods
 NameDescription
Public Extension MethodDoStatisticsOnColumns(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) Calculates statistics of selected columns. Returns a new table where the statistical data will be written to.
Public Extension MethodDoStatisticsOnColumns(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) Calculates statistics of selected columns. Returns a new table where the statistical data will be written to.
Public Extension MethodDoStatisticsOnColumns(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection, DataColumnCollection) Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
Public Extension MethodDoStatisticsOnRows(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
Public Extension MethodDoStatisticsOnRows(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
Public Extension MethodDoStatisticsOnRows(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection, DataColumnCollection) Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
Top
See Also