Skip to content

TimesBy

TimesBy(x, dx)
x *= dx

is equivalent to x = x * dx.

Examples

>> a = 10
>> a *= 2
20
>> a
20

Implementation status

  • ✅ - full supported

Github