Click or drag to resize

weightTableTWeightTableTermGetMatchAgainstTSecondTableTerm Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the match against.

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public weightTableMatchCollection<TWeightTableTerm, TSecondTableTerm> GetMatchAgainst<TSecondTableTerm>(
	weightTable<TSecondTableTerm> secondTable
)
where TSecondTableTerm : new(), IWeightTableTerm
Request Example View Source

Parameters

secondTable
Type: imbSCI.DataComplexweightTableTSecondTableTerm
The second table.

Type Parameters

TSecondTableTerm
The type of the second table term.

Return Value

Type: weightTableMatchCollectionTWeightTableTerm, TSecondTableTerm
See Also