LongitudeMultiply Operator

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#
public static Longitude operator *(
	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