InequalityBoundType Enumeration |
Specifies whether the inequality function value must be greater than or equal to (lower bound)
or less than or equal to (upper bound) the
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 enum InequalityBoundType
Public Enumeration InequalityBoundType
public enum class InequalityBoundType
Members
| Member name | Description |
---|
| LowerBound |
The inequality function value must be greater than or equal to the
BoundValue for the
inequality to be considered to be satisfied.
|
| UpperBound |
The inequality function value must be less than or equal to the
BoundValue for the
inequality to be considered to be satisfied.
|
See Also