LatitudeMultiply Operator

Multiplies an instance of Latitude by a double-precision value.

Definition

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

Parameters

value  Latitude
The Latitude to multiply.
multiplier  Double
The value to multiply the Latitude by.

Return Value

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

See Also