Inner Drive Extensible Architecture
C#
Show/Hide TOC
Longitude
Negate Method
Negates the value of the specified
Longitude
operand.
Definition
Namespace:
InnerDrive.Geography
Assembly:
InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Copy
public
static
Longitude
Negate
(
Longitude
value
)
Parameters
value
Longitude
The
Longitude
to negate.
Return Value
Longitude
A new
Longitude
instance equal to the first instance multiplied by -1.
See Also
Reference
Longitude Structure
InnerDrive.Geography Namespace
In This Article
Definition
Parameters
Return Value
See Also