Click or drag to resize

ConstraintType Enumeration

Constraint types.

Namespace: Austra.Library.MVO
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+77a1ed58155f905ef6d88f42ae024582c7e1b4c3
Syntax
C#
public enum ConstraintType
Members
Member nameValueDescription
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