DurationFunctionThresholdDetailsBehaviorWhenOnThreshold 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.2.419.0 (24.2.419.0)
Syntax public 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:
BehaviorWhenOnThresholdSee Also