times
Multiplies a matrix by its element.
Parameters
<receiver>
the product.
value
the multiplier.
open operator override fun Point<Double>.times(value: Double): DoubleBuffer
Content copied to clipboard
Multiplies a vector by its element.
Parameters
<receiver>
the product.
value
the multiplier.
Multiplies an element by a vector of it.
Parameters
<receiver>
the product.
v
the multiplier.