Distance Structure |
Namespace: Telogis.GeoBase.Measurement
The Distance type exposes the following members.
Name | Description | |
---|---|---|
Convert |
Returns the numeric distance value converted to the specified distance unit.
| |
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
Addition |
Returns a Distance object that is the sum of the two specified Distance objects'
values.
| |
Division |
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.
| |
Multiply(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.
| |
Multiply(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.
| |
Subtraction |
Returns a Distance object that is the difference between the first specified
Distance object and the second specified Distance object.
|
Name | Description | |
---|---|---|
Unit |
The distance unit used to interpret the value of this Distance object.
| |
Value |
The numeric value of the distance, expressed in the specified distance unit.
|