Click or drag to resize

instanceCountCollectionTRemoveUnderFreg Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the entries having frequency under specified value

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public instanceCountCollection<T> RemoveUnderFreg(
	int removeUnder = 1
)
Request Example View Source

Parameters

removeUnder (Optional)
Type: SystemInt32
The remove under.

Return Value

Type: instanceCountCollectionT
See Also