Click or drag to resize

instanceCountCollectionTReduceFreqAll Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Reduces the freq to all items for the number specified

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

Parameters

reduction (Optional)
Type: SystemInt32
The reduction.

Return Value

Type: instanceCountCollectionT
See Also