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
assert SByte(10) // SByte(3) == SByte(3)