scale

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

Scaling an element by a scalar.

Return

the produce.

Parameters

a

the multiplier.

value

the multiplicand.

Sources

common source
Link copied to clipboard