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