public native static operator%( readonly a as UInt, readonly b as UInt ) as UInt
Computes the remainder of one UInt value divided by another.
a
b
The result as a UInt.
UInt(0)
assert UInt(10) % UInt(3) == 1u