Property | Type | Description | |
---|---|---|---|
Empty |
Method | Description | |
---|---|---|
Equals ( |
|
|
Equals ( object obj ) : bool |
|
|
GetHashCode ( ) : int |
GetHashCode
|
|
IsEmpty ( ) : bool |
Returns true if the current struct is empty
|
|
Max ( |
Returns a position with the bigger Row and the bigger column
|
|
Min ( |
Returns a position with the smaller Row and the smaller column
|
|
Position ( int row, int col ) : System |
Constructor
|
|
ToString ( ) : string |
|
|
operator ( ) : bool |
|
Method | Description | |
---|---|---|
Position ( ) : System |
public static Max ( |
||
p_Position1 | ||
p_Position2 | ||
return |
public static Min ( |
||
p_Position1 | ||
p_Position2 | ||
return |
public Position ( int row, int col ) : System | ||
row | int | |
col | int | |
return | System |