public native static operator//( readonly a as UInt, readonly b as UInt ) as UInt
Performs integer division on two UInt values.
a
b
The result as a UInt.
UInt(0)
assert UInt(10) // UInt(3) == 3u