Click or drag to resize

weightTableCompiledGetCrossSection Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public List<IWeightTableTerm> GetCrossSection(
	IWeightTable secondTable,
	bool thisAgainstSecond = false
)
Request Example View Source

Parameters

secondTable
Type: imbSCI.DataComplexIWeightTable
thisAgainstSecond (Optional)
Type: SystemBoolean

Return Value

Type: ListIWeightTableTerm

Implements

IWeightTableGetCrossSection(IWeightTable, Boolean)
See Also