ConstraintType Enumeration

Constraint types.

Definition

Namespace: Austra.Library.MVO
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+d1268756e036101f601080f153b3997e72fc912d
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