div

abstract operator fun div(scale: Double): T(source)

Divides the current object by the given scale factor.

Return

The result of the division as a new instance of type T.

Parameters

scale

The divisor used to scale down the current object.