LatitudeSubtract(Latitude, Latitude) Method

Subtracts one instance of Latitude from another.

Definition

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

Parameters

left  Latitude
The first Latitude.
right  Latitude
The Latitude to subtract.

Return Value

Latitude
A new Latitude instance equal in value to the second subtracted from the first, denominated in the units, and with the accuracy and precision, of left.

See Also