LatitudeMultiply Operator
Multiplies an instance of
Latitude by a double-precision value.
Namespace: InnerDrive.GeographyAssembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
public static Latitude operator *(
Latitude value,
double multiplier
)
- value Latitude
- The Latitude to multiply.
- multiplier Double
- The value to multiply the Latitude by.
LatitudeA new
Latitude instance equal in value to the
Latitude
instance multiplied by the value.