C# Class Rubber.Common.Point

Mostrar archivo Open project: stephenpope/Rubber

Public Properties

Property Type Description
Lat double
Lon double

Public Methods

Method Description
Equals ( object o ) : bool
GetHashCode ( ) : int
Point ( ) : System
Point ( double lat, double lon ) : System
ToString ( ) : string

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

Point() public method

public Point ( ) : System
return System

Point() public method

public Point ( double lat, double lon ) : System
lat double
lon double
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Lat public_oe property

public double Lat
return double

Lon public_oe property

public double Lon
return double