Click or drag to resize

weightTableTWeightTableTermAdd Method (IWeightTableTerm, Int32)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified term - or updates existing

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

Parameters

term
Type: imbSCI.DataComplexIWeightTableTerm
The term.
AFreqPoints (Optional)
Type: SystemInt32
a freq points.

Return Value

Type: IWeightTableTerm

Implements

IWeightTableAdd(IWeightTableTerm, Int32)
See Also