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.2.419.0 (24.2.419.0)
Syntax public bool InequalitySatisfied(
double currentInequalityValue
)
Public Function InequalitySatisfied (
currentInequalityValue As Double
) As Boolean
public:
bool InequalitySatisfied(
double currentInequalityValue
)
member InequalitySatisfied :
currentInequalityValue : float -> bool
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