LatitudeSubtract(Latitude, Latitude) Method
Subtracts one instance of
Latitude from another.
Namespace: InnerDrive.GeographyAssembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
public static Latitude Subtract(
Latitude left,
Latitude right
)
- left Latitude
- The first Latitude.
- right Latitude
- The Latitude to subtract.
LatitudeA 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.