Property | Type | Description | |
---|---|---|---|
Col | int | ||
Row | int |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
ManhattanDistance ( Point point ) : int | ||
ManhattanDistance ( int row, int col ) : int | ||
Point ( int row, int col ) : System.Collections.Generic | ||
operator ( ) : Point | ||
operator ( ) : bool |
public ManhattanDistance ( Point point ) : int | ||
point | Point | |
return | int |
public ManhattanDistance ( int row, int col ) : int | ||
row | int | |
col | int | |
return | int |
public Point ( int row, int col ) : System.Collections.Generic | ||
row | int | |
col | int | |
return | System.Collections.Generic |