LatitudeAddition(Latitude, Latitude) Operator

Adds two instances of Latitude together.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static Latitude operator +(
	Latitude left,
	Latitude right
)

Parameters

left  Latitude
The first Latitude to add.
right  Latitude
The second Latitude to add.

Return Value

Latitude
A new Latitude instance equal in value to the two provided instances added together, denominated in the units, and with the accuracy and precision, of left.

See Also