Click or drag to resize

Distance Operators

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The Distance type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Returns a Distance object that is the sum of the two specified Distance objects' values.
Public operatorStatic memberDivision
Returns a Distance object that has a specified Distance object's value divided by another distance value. The returned Distance object has the same distance unit as the specified Distance object.
Public operatorStatic memberMultiply(Distance, Double)
Returns a Distance object that is the product of a Distance object's value and a distance value. The returned Distance object has the same distance unit as the specified Distance object.
Public operatorStatic memberMultiply(Double, Distance)
Returns a Distance object that is the product of a distance value and a Distance object's value. The returned Distance object has the same distance unit as the specified Distance object.
Public operatorStatic memberSubtraction
Returns a Distance object that is the difference between the first specified Distance object and the second specified Distance object.
Top
See Also