AUSTRA
C#
Show/Hide TOC
Constraint
Type Enumeration
Constraint types.
Definition
Namespace:
Austra.Library.MVO
Assembly:
Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
Copy
public
enum
ConstraintType
Members
EQUAL
0
An equality constraint.
GREATER_THAN
1
Value must be greater than or equal to the right-hand side of the constraint.
LESS_THAN
2
Value must be less than or equal to the right-hand side of the constraint.
See Also
Reference
Austra.Library.MVO Namespace
In This Article
Definition
Members
See Also