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