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