Encapsulates a Longitude value.

Namespace: FiftyOne.Framework.Location
Assembly: FiftyOne.Framework (in FiftyOne.Framework.dll) Version: 2.0.2.1 (2.0.2.1)

Syntax

C#
[SerializableAttribute]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class Longitude : Dimension, IComparable
Visual Basic
<SerializableAttribute> _
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class Longitude _
	Inherits Dimension _
	Implements IComparable
Visual C++
[SerializableAttribute]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public ref class Longitude : public Dimension, 
	IComparable

Inheritance Hierarchy

System..::..Object
  FiftyOne.Framework.Location..::..Dimension
    FiftyOne.Framework.Location..::..Longitude

See Also