C# 클래스 Geolocation.ExtensionMethods

파일 보기 프로젝트 열기: scottschluer/geolocation

공개 메소드들

메소드 설명
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