Click or drag to resize

weightTableTWeightTableTermAdd Method (String, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified term string.

Namespace:  imbSCI.DataComplex
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public IWeightTableTerm Add(
	string term_str,
	int AFreqPoints = -1
)
Request Example View Source

Parameters

term_str
Type: SystemString
The term string.
AFreqPoints (Optional)
Type: SystemInt32
a freq points to be added. Leave -1 for default (1)

Return Value

Type: IWeightTableTerm

Implements

IWeightTableAdd(String, Int32)
See Also