MobileForms Toolkit Documentation

GeoDistance Multiplication Operator 

Creates the GeoDistance object representing the multiplication of the two distances.

public static GeoDistance operator *(
GeoDistance d1,
GeoDistance d2
);

Parameters

d1
The first GeoDistance object.
d2
The second GeoDistance object.

Return Value

An instance of the GeoDistance object representing the multiplication of the two distances.

See Also

GeoDistance Class | Resco.Location Namespace