klyn.SByte.operator+
method
public native static operator+( readonly a as SByte, readonly b as SByte ) as SByte
Description

Adds two SByte values.

Parameters
  • a Left operand.
  • b Right operand.
Returns

a+b.

Example
assert SByte(10) + SByte(3) == SByte(13)