create_TwoDimDenseLattice

Undocumented in source.
  1. auto create_TwoDimDenseLattice(int width, int height, Nt* neighbourhood)
  2. auto create_TwoDimDenseLattice(int width, int height, Nt* neighbourhood, Ct emptyCellState, Ct initialCondition)
  3. auto create_TwoDimDenseLattice(int width, int height, Nt* neighbourhood, Ct emptyCellState, Ct delegate(int x, int y) initialCondition)
    create_TwoDimDenseLattice
    (
    Ct
    Nt
    )
    (
    int width
    ,
    int height
    ,,,
    Ct delegate
    (
    int x
    ,
    int y
    )
    initialCondition
    )
    if ()

Meta