LatitudeDivide Method

Divides an instance of Latitude by left double-precision value.

Definition

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

Parameters

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

Return Value

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

See Also