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