LatitudeUnaryNegation Operator

Negates the value of the specified Latitude operand.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static Latitude operator -(
	Latitude value
)

Parameters

value  Latitude
The Latitude to negate.

Return Value

Latitude
A new Latitude instance equal to the first instance multiplied by -1.

See Also