DoubleFunctionThresholdDetailsBehaviorWhenOnThreshold Property  | 
 
            Gets or sets the behavior when a function value is found to exactly equal the threshold.
            A function value exactly equal to the threshold can be treated either as above or as below the threshold.
            By default, this property has the value
            
TreatAsAbove.
            
 
    Namespace: 
   AGI.Foundation.NumericalMethods
    Assembly:
   AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic BehaviorWhenOnThreshold BehaviorWhenOnThreshold { get; set; }Public Property BehaviorWhenOnThreshold As BehaviorWhenOnThreshold
	Get
	Set
public:
property BehaviorWhenOnThreshold BehaviorWhenOnThreshold {
	BehaviorWhenOnThreshold get ();
	void set (BehaviorWhenOnThreshold value);
}member BehaviorWhenOnThreshold : BehaviorWhenOnThreshold with get, set
Property Value
Type: 
BehaviorWhenOnThreshold
See Also