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