scale

open override fun scale(a: DS<T, A>, value: Double): DS<T, A>

Scaling an element by a scalar.

Return

the produce.

Parameters

a

the multiplier.

value

the multiplicand.