프로퍼티 | 타입 | 설명 | |
---|---|---|---|
_x | int | ||
_y | int |
메소드 | 설명 | |
---|---|---|
CalculateDistance ( |
Calculate Euclidean distance between two points.
|
|
CalculateDistance ( |
Calculate Euclidean distance between two points.
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IntPoint ( int x, int y ) : System |
Construct point with the specified coordinates.
|
|
operator ( ) : |
||
operator ( ) : bool |
public static CalculateDistance ( |
||
a | ||
b | ||
리턴 | double |
public static CalculateDistance ( |
||
a | ||
x | int | |
y | int | |
리턴 | double |