C# Class AsterixDisplayAnalyser.GeoCordSystemDegMinSecUtilities.LatLongDecimal

Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY

Méthodes publiques

Свойство Type Description
LatitudeDecimal double
LongitudeDecimal double

Méthodes publiques

Méthode Description
LatLongDecimal ( ) : System
LatLongDecimal ( double Latitude, double Longitude ) : System

Method Details

LatLongDecimal() public méthode

public LatLongDecimal ( ) : System
Résultat System

LatLongDecimal() public méthode

public LatLongDecimal ( double Latitude, double Longitude ) : System
Latitude double
Longitude double
Résultat System

Property Details

LatitudeDecimal public_oe property

public double LatitudeDecimal
Résultat double

LongitudeDecimal public_oe property

public double LongitudeDecimal
Résultat double