C# Класс Geolocation.ExtensionMethods

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

DiffRadian() публичный статический Метод

Diffs the radian.
public static DiffRadian ( this val1, double val2 ) : double
val1 this First value
val2 double Second value
Результат double

ToBearing() публичный статический Метод

Gets the bearing.
public static ToBearing ( this r ) : double
r this The radian
Результат double

ToDegrees() публичный статический Метод

Gets the degrees.
public static ToDegrees ( this r ) : double
r this The radian
Результат double

ToRadian() публичный статический Метод

Gets the radian.
public static ToRadian ( this d ) : double
d this The double
Результат double