Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum InequalityBoundType
Members
  Member nameDescription
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