Click or drag to resize

collectionAggregationGetParallelAggregatesT Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex.extensions.data.operations
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public static DataTable GetParallelAggregates<T>(
	this List<IEnumerable<T>> sources,
	string column_snap,
	string column_prefix,
	dataPointAggregationType column_sideAggregates,
	params string[] column_toInclude
)
Request Example View Source

Parameters

sources
Type: System.Collections.GenericListIEnumerableT
column_snap
Type: SystemString
column_prefix
Type: SystemString
column_sideAggregates
Type: imbSCI.Core.math.aggregationdataPointAggregationType
column_toInclude
Type: SystemString

Type Parameters

T

Return Value

Type: DataTable

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ListIEnumerableT. 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