LongitudeSubtract(Longitude, Longitude) Method

Subtracts one instance of Longitude from another.

Definition

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

Parameters

left  Longitude
The first Longitude.
right  Longitude
The Longitude to subtract.

Return Value

Longitude
A new Longitude 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