MobileForms Toolkit Documentation

GeoDistance Subtraction Operator 

Creates the GeoDistance object representing the subtraction 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 subtraction of the two distances.

See Also

GeoDistance Class | Resco.Location Namespace