Inner Drive Extensible Architecture
C#
Show/Hide TOC
Longitude
Multiply Method
Multiplies 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
Multiply
(
Longitude
value
,
double
multiplier
)
Parameters
value
Longitude
The
Longitude
to multiply.
multiplier
Double
The value to multiply the
Longitude
by.
Return Value
Longitude
A new
Longitude
instance equal in value to the
Longitude
instance multiplied by the value.
See Also
Reference
Longitude Structure
InnerDrive.Geography Namespace
In This Article
Definition
Parameters
Return Value
See Also