Click or drag to resize

DistanceSubtraction Operator

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Returns a Distance object that is the difference between the first specified Distance object and the second specified Distance object.

Namespace:  Telogis.GeoBase.Measurement
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static Distance operator -(
	Distance a,
	Distance b
)

Parameters

a
Type: Telogis.GeoBase.MeasurementDistance
b
Type: Telogis.GeoBase.MeasurementDistance

Return Value

Type: Distance
A Distance object that is the difference between two Distance objects.
See Also