Click or drag to resize

rangeFinderForDataTable Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the rangeFinderForDataTable class.

Namespace:  imbSCI.Core.math.range.finder
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public rangeFinderForDataTable(
	DataTable targetTable,
	string keyDataColumn = "name"
)
Request Example View Source

Parameters

targetTable
Type: System.DataDataTable
The target table.
keyDataColumn (Optional)
Type: SystemString
The key data column.
See Also