WLJS LogoWLJS Notebook

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.

On this page