Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Nested enum: PuzzleSolvers.FindTheValueConstraint.CellDirection

Summary

Used to indicate directions in FindTheValueConstraint(int, int, int, FindTheValueConstraint.CellDirection, int).

Enum values

2Down (positive Y direction).
3Left (negative X direction).
1Right (positive X direction).
0Up (negative Y direction).