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

Subtracts one UShort value from another.

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

a-b.

Example
assert UShort(10) - UShort(3) == UShort(7)