Click or drag to resize

ConstraintType Enumeration

Constraint types.

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