public native static operator**( readonly value as ULong, readonly power as UInt ) as ULong
Raises a ULong value to a power.
value ** power.
value ** power
assert ULong(2) ** 3u == ULong(8)