Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: FrameSumSudoku(int, int, params int[])

Declaration

public FrameSumSudoku(
    int minLength,
    int maxLength,
    params int[] cluesClockwiseFromTopLeft
)

Summary

Constructor.

Parameters

intminLength The minimum number of cells included in the sum.
intmaxLength The maximum number of cells included in the sum.
int[]cluesClockwiseFromTopLeft The 36 clues surrounding the grid in clockwise order, starting with the clues above the columns.