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