C# 클래스 Rubber.Common.Point

파일 보기 프로젝트 열기: stephenpope/Rubber

공개 프로퍼티들

프로퍼티 타입 설명
Lat double
Lon double

공개 메소드들

메소드 설명
Equals ( object o ) : bool
GetHashCode ( ) : int
Point ( ) : System
Point ( double lat, double lon ) : System
ToString ( ) : string

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Point() 공개 메소드

public Point ( ) : System
리턴 System

Point() 공개 메소드

public Point ( double lat, double lon ) : System
lat double
lon double
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Lat 공개적으로 프로퍼티

public double Lat
리턴 double

Lon 공개적으로 프로퍼티

public double Lon
리턴 double