public native static operator/( readonly a as UShort, readonly b as UShort ) as Double
Divides one UShort value by another.
a
b
The real quotient as a Double.
UShort(0)
assert UShort(9) / UShort(2) == 4.5