public native static operator/( readonly a as Float, readonly b as Float ) as Float
Divides one Float value by another.
a/b.
a/b
assert Float(12.0) / Float(3.0) == Float(4.0)