DM Reference

DM Ref

❯

operators

❯

*= operator

*= operator

1 min read

Format

A *= B

Set A equal to A * B. It is shorthand for A = A * B.

If A is an /icon, /matrix, or vector, it will be changed rather than creating a new value and re-assigning it to A.

See also

  • += operator
  • -= operator
  • = operator
  • = operator
  • operators

Graph View

  • Format
  • See also

Backlinks

  • matrix operators

Created with Quartz v4.5.0 © 2025

  • GitHub