Click or drag to resize

BehaviorWhenOnThreshold Enumeration

Indicates the behavior of a function explorer such as JulianDateFunctionExplorer when a function value exactly equals a threshold value.

Namespace:  AGI.Foundation.NumericalMethods.Advanced
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum BehaviorWhenOnThreshold
Members
  Member nameDescription
TreatAsAbove Indicates that a function value that is exactly equal to the threshold is treated as being ABOVE the threshold. In other words, a crossing will be indicated when the function goes from being below the threshold to being on it, but will NOT be indicated when the function goes from being above the threshold to being on it.
TreatAsBelow Indicates that a function value that is exactly equal to the threshold is threated as being BELOW the threshold. In other words, a crossing will be indicated when the function goes from being above the threshold to being on it, but will NOT be indicated when the function goes from being below the threshold to being on it.
See Also