C# Class Geolocation.ExtensionMethods

Afficher le fichier Open project: scottschluer/geolocation

Méthodes publiques

Méthode Description
DiffRadian ( this val1, double val2 ) : double

Diffs the radian.

ToBearing ( this r ) : double

Gets the bearing.

ToDegrees ( this r ) : double

Gets the degrees.

ToRadian ( this d ) : double

Gets the radian.

Method Details

DiffRadian() public static méthode

Diffs the radian.
public static DiffRadian ( this val1, double val2 ) : double
val1 this First value
val2 double Second value
Résultat double

ToBearing() public static méthode

Gets the bearing.
public static ToBearing ( this r ) : double
r this The radian
Résultat double

ToDegrees() public static méthode

Gets the degrees.
public static ToDegrees ( this r ) : double
r this The radian
Résultat double

ToRadian() public static méthode

Gets the radian.
public static ToRadian ( this d ) : double
d this The double
Résultat double