LongitudeSubtraction(Longitude, Longitude) Operator
Subtracts one instance of
Longitude from another.
Namespace: InnerDrive.GeographyAssembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
public static Longitude operator -(
Longitude left,
Longitude right
)
- left Longitude
- The first Longitude.
- right Longitude
- The Longitude to subtract.
LongitudeA 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.