C# Class BattleNet.Coordinate

Show file Open project: dkuwahara/AlphaBot Class Usage Examples

Protected Properties

Property Type Description
m_x System.Int32
m_y System.Int32

Public Methods

Method Description
Coordinate ( ) : System
Coordinate ( Int32 x, Int32 y ) : System
Distance ( Coordinate other ) : Double
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : bool

Method Details

Coordinate() public method

public Coordinate ( ) : System
return System

Coordinate() public method

public Coordinate ( Int32 x, Int32 y ) : System
x System.Int32
y System.Int32
return System

Distance() public method

public Distance ( Coordinate other ) : Double
other Coordinate
return Double

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

m_x protected property

protected Int32,System m_x
return System.Int32

m_y protected property

protected Int32,System m_y
return System.Int32