scale

abstract fun scale(a: T, value: Double): T(source)

Scaling an element by a scalar.

Return

the produce.

Parameters

a

the multiplier.

value

the multiplicand.