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