Click or drag to resize

StatisticsDoStatisticsOnColumns(DataTable, IAscendingIntegerCollection, IAscendingIntegerCollection) Method

Calculates statistics of selected columns. Returns a new table where the statistical data will be written to.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static DataTable DoStatisticsOnColumns(
	this DataTable srctable,
	IAscendingIntegerCollection selectedColumns,
	IAscendingIntegerCollection selectedRows
)

Parameters

srctable  DataTable
Source table.
selectedColumns  IAscendingIntegerCollection
Selected data columns in the source table.
selectedRows  IAscendingIntegerCollection
Selected rows in the source table.

Return Value

DataTable

[Missing <returns> documentation for "M:Altaxo.Data.Statistics.DoStatisticsOnColumns(Altaxo.Data.DataTable,Altaxo.Collections.IAscendingIntegerCollection,Altaxo.Collections.IAscendingIntegerCollection)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type DataTable. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also