DistanceMultiply Operator |
Name | Description | |
---|---|---|
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.
|