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