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