ConstraintType Enumeration

Constraint types.

Definition

Namespace: Austra.Library.MVO
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
public enum ConstraintType

Members

EQUAL0An equality constraint.
GREATER_THAN1 Value must be greater than or equal to the right-hand side of the constraint.
LESS_THAN2 Value must be less than or equal to the right-hand side of the constraint.

See Also