public native static operator*( readonly a as UShort, readonly b as UShort ) as UShort
Multiplies two UShort values.
a*b.
a*b
assert UShort(10) * UShort(3) == UShort(30)