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

Adds two UShort values.

Parameters
ParameterDescription
aLeft operand.
bRight operand.
Returns

a+b.

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