Click or drag to resize

rangeFinderForDataTableprepareForNextAggregationBlock Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Prepares for the next aggregation block.

Namespace:  imbSCI.Core.math.range.finder
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public void prepareForNextAggregationBlock(
	DataTable targetTable,
	string _keyDataColumn = null
)
Request Example View Source

Parameters

targetTable
Type: System.DataDataTable
The target table.
_keyDataColumn (Optional)
Type: SystemString
See Also