Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public BehaviorWhenOnThreshold BehaviorWhenOnThreshold { get; set; }

Property Value

Type: BehaviorWhenOnThreshold
See Also