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

Multiplies two UInt values.

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

The result as a UInt.

Example
assert UInt(10) * UInt(3) == 30u