Click or drag to resize

MinimumMaximumAccessConstraintMinMaxThresholdEvaluatorGetConstraintValueFromFunctionValue Method

Adjusts a raw function value to be above zero when the value is between the MinimumValue and MaximumValue, and less than zero when it is outside that range. The evaluator of any constraint that derives from MinimumMaximumAccessConstraint should call this method in its Evaluate method with the raw function value and return the value that this method returns.

Namespace:  AGI.Foundation.Access
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
protected double GetConstraintValueFromFunctionValue(
	double functionValue
)

Parameters

functionValue
Type: SystemDouble
The raw function value.

Return Value

Type: Double
The adjusted value.
See Also