LongitudeDivision Operator

Divides an instance of Longitude by a double-precision value.

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
public static Longitude operator /(
	Longitude value,
	double divisor
)

Parameters

value  Longitude
The Longitude to divide.
divisor  Double
The value to divide the Longitude by.

Return Value

Longitude
A new Longitude instance equal in value to the Longitude instance divided by the value.

See Also