The Statistics type exposes the following members.
Methods | Name | Description |
---|
| DoStatisticsOnColumns(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) |
Calculates statistics of selected columns. Returns a new table where the statistical data will be written to.
|
| DoStatisticsOnColumns(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) |
Calculates statistics of selected columns. Returns a new table where the statistical data will be written to.
|
| DoStatisticsOnColumns(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection, DataColumnCollection) |
Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
|
| DoStatisticsOnRows(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection) |
Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
|
| DoStatisticsOnRows(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) |
Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
|
| DoStatisticsOnRows(DataColumnCollection, IAscendingIntegerCollection, IAscendingIntegerCollection, DataColumnCollection) |
Calculates statistics of selected columns. Creates a new table where the statistical data will be written to.
|
TopSee Also