Click or drag to resize

measureTrendSampleState Enumeration

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

Namespace:  imbSCI.DataComplex.trends
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
[FlagsAttribute]
public enum measureTrendSampleState
Request Example View Source
Members
  Member nameValueDescription
none0 Unknown state of the sampling
noEnough1 Not enough: still waits for enough samples to calculate (microMean) mean for micro period
microMean2 The micro mean: still waits for enough samples to calculate (macroMean mean for macro period
macroMean4 The macro mean: has enough samples to calculate both means
spearMean8 The spear indicator (smaller period then micro) is ready
See Also