Method | Description | |
---|---|---|
ClampLatitude ( double latitude ) : double |
Clamps the latitude to the valid range.
|
|
ClampLongitude ( double longitude ) : double |
Clamps the longitude to the valid range.
|
|
Equals ( object obj ) : bool |
Indicates whether this instance and a specified object are equal.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
Position ( double latitude, double longitude ) : System |
Initializes a new instance of the Position struct.
|
|
ToString ( ) : string |
Returns the fully qualified type name of this instance.
|
|
operator ( ) : bool |
Implements the operator ==.
|
public static ClampLatitude ( double latitude ) : double | ||
latitude | double | The latitude. |
return | double |
public static ClampLongitude ( double longitude ) : double | ||
longitude | double | The longitude. |
return | double |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current instance. |
return | bool |
public Position ( double latitude, double longitude ) : System | ||
latitude | double | The latitude degrees (y). |
longitude | double | The longitude degrees (x). |
return | System |