LongitudeUnaryNegation Operator

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#
public static Longitude operator -(
	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