UInt64
struct UInt64 : FixedWidthInteger, UnsignedInteger
-
Returns the result of raising
lhs
to the power ofrhs
, rounded to a representable value.Declaration
Swift
public static func ** (lhs: UInt64, rhs: UInt64) -> UInt64
-
Raises
lhs
to the power ofrhs
and stores the result inlhs
, rounded to a representable value.Declaration
Swift
public static func **= (lhs: inout UInt64, rhs: UInt64)