Inner Drive Extensible Architecture
C#
Show/Hide TOC
Longitude
Division 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#
Copy
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
Reference
Longitude Structure
InnerDrive.Geography Namespace
In This Article
Definition
Parameters
Return Value
See Also