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