Overload List

  NameDescription
Public methodAnd()()()()
Groups constraints together.
Public methodAnd(array<IConstraint>[]()[][])
Groups constraints together.
Public methodAnd(IConstraint, IConstraint)
Groups together the constraints specified by its arguments.
Public methodAnd(array<IConstraint>[]()[][], String)
Groups constraints together.
Public methodAnd(IConstraint, IConstraint, String)
Groups together the constraints specified by its arguments and assigns the string name to the group.
Public methodAnd(array<IConstraint>[]()[][], Int32, Int32)
Groups together part of the constraints in the array cons starting with the index specified by start and continuing to the number of constraints specified by num.
Public methodAnd(array<IConstraint>[]()[][], Int32, Int32, String)
Groups together part of the constraints from the array cons starting with the index specified by start and continuing to the number of constraints specified by num.

See Also