matrix:times-scalar
matrix:times-scalar matrix factor
As of NetLogo 5.1, matrix:times
can multiply matrices by scalars making this function obsolete. Use matrix:times
instead.
Reports a new matrix, which is the result of multiplying every entry in the original matrix by the given scaling factor.
Take me to the full Matrix Extension Dictionary