Distance Operators |
The Distance type exposes the following members.
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.
|