Discussion 解説
For unsigned integer types, this value is (2 ** bit
, where **
is exponentiation.
符号なし整数型に対して、この値は(2 ** bit
です、そこで**
は冪演算です。
Availability
Technology
static var max: UInt16
{ get }
For unsigned integer types, this value is (2 ** bit
, where **
is exponentiation.
符号なし整数型に対して、この値は(2 ** bit
です、そこで**
は冪演算です。