Constructs Longitude copying the existing value.

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

Syntax

C#
public Longitude(
	Longitude value
)
Visual Basic
Public Sub New ( _
	value As Longitude _
)
Visual C++
public:
Longitude(
	Longitude^ value
)

Parameters

value
Type: FiftyOne.Framework.Location..::..Longitude
Longitude to copy.

See Also