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

Multiplies two UShort values.

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

a*b.

Example
assert UShort(10) * UShort(3) == UShort(30)