TimesBy
x *= c multiplies x by c and returns the new value of x.
Examples
Multiply a variable by a value:
x = 5;
x *= 3;
x
(* 15 *)Please visit the official Wolfram Language Reference for more details.
x *= c multiplies x by c and returns the new value of x.
Multiply a variable by a value:
x = 5;
x *= 3;
x
(* 15 *)Please visit the official Wolfram Language Reference for more details.