times

operator fun times(distance: Distance): Distance


operator fun times(factor: Double): Distance

Multiplies this Distance by the factor and returns result as Distance.