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