Click or drag to resize

InequalityConstraintSettingsInequalitySatisfied Method

Determines if the current inequality value satisfies the inequality defined by the BoundType and BoundValue.

Namespace:  AGI.Foundation.NumericalMethods
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public bool InequalitySatisfied(
	double currentInequalityValue
)

Parameters

currentInequalityValue
Type: SystemDouble
The current value of the inequality constraint function.

Return Value

Type: Boolean
if the value is within the inequality defined by the bound type and bound value; otherwise .
See Also