public native static operator%( readonly a as Double, readonly b as Double ) as Double
Computes the floating-point remainder.
a
b
The remainder of a / b.
a / b
b == 0.0
assert 9.0 % 2.0 == 1.0