Decimal longitude.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public double Longitude { get; }
Visual Basic
Public ReadOnly Property Longitude As Double
	Get
Visual C++
public:
property double Longitude {
	double get ();
}
F#
member Longitude : float with get

Property Value

Type: Double

See Also