public native static operator-( readonly a as SByte, readonly b as SByte ) as SByte
Subtracts one SByte value from another.
a-b.
a-b
assert SByte(10) - SByte(3) == SByte(7)