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