C# Class DayNight.Cell

Mostra file Open project: stonemonkey/Internship2013

Public Methods

Method Description
Cell ( int x, int y, States s ) : System.Collections.Generic
GetNumberOfNeighbours ( ) : int
SetNumberOfNeighbours ( List list ) : void

Method Details

Cell() public method

public Cell ( int x, int y, States s ) : System.Collections.Generic
x int
y int
s States
return System.Collections.Generic

GetNumberOfNeighbours() public method

public GetNumberOfNeighbours ( ) : int
return int

SetNumberOfNeighbours() public method

public SetNumberOfNeighbours ( List list ) : void
list List
return void