AsterixDisplayAnalyser.GeoCordSystemDegMinSecUtilities.LatLongDecimal.LatLongDecimal C# (CSharp) Метод

LatLongDecimal() публичный Метод

public LatLongDecimal ( ) : System
Результат System
            public LatLongDecimal()
            {
                LatitudeDecimal = 0.0;
                LongitudeDecimal = 0.0;
            }

Same methods

GeoCordSystemDegMinSecUtilities.LatLongDecimal::LatLongDecimal ( double Latitude, double Longitude ) : System
GeoCordSystemDegMinSecUtilities.LatLongDecimal