Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: NoTouchModuloConstraint(int, int, int)

Declaration

public NoTouchModuloConstraint(
    int width,
    int height,
    int modulo
)

Summary

Constructor.

Parameters

intwidth The width of the grid.
intheight The height of the grid.
intmodulo The quotient modulo which the constraint is computed.