public native static operator//=( readonly a as Short, readonly b as Short ) as Void
Replaces a with the integer division of a by b.
a
b
value = Short(10) value //= Short(3) assert value == Short(3)