public native static operator//( readonly a as SByte, readonly b as SByte ) as SByte
Performs integer division on two SByte values.
a
b
a//b.
a//b
SByte(0)
assert SByte(10) // SByte(3) == SByte(3)