Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: LatinSquare(int, int)

Declaration

public LatinSquare(
    int sideLength,
    int minValue
)

Summary

Constructor.

Parameters

intsideLength Width and height of the Latin square.
intminValue Minimum value to use in the grid. The values will be consecutive integers starting from this one.