public native static operator//( readonly a as UShort, readonly b as UShort ) as UShort
Performs integer division on two UShort values.
a//b.
a//b
assert UShort(10) // UShort(3) == UShort(3)