Click or drag to resize

Thresholder Constructor (Double, Double)

The constructor.

Namespace:  FinAnalysis.BurstDetection
Assembly:  FinAnalysis (in FinAnalysis.dll) Version: 2.1.13-cc97e13414b71fde928e8f3a546ac1daf26f295f
Syntax
C#
public Thresholder(
	double thresholdOn,
	double thresholdOff
)

Parameters

thresholdOn
Type: SystemDouble
Switch on threshold: if observation value greater or equal to thresholdOn, than object go to the ON state. The thresholdOn value must be greater or equal to thresholdOff.
thresholdOff
Type: SystemDouble
Switch off threshold: if observation value less than thresholdOff, than object go to the OFF state. The thresholdOff value must be less than thresholdOn.
See Also