klyn.UInt.operator**
method
public native static operator**( readonly value as UInt, readonly power as UInt ) as UInt
Description

Raises a UInt value to a power.

Parameters
  • value Base value.
  • power Exponent.
Returns

The result as a UInt.

Example
assert UInt(2) ** 3u == 8u