Type Property 型プロパティ

min

The minimum representable integer in this type. この型における最小の表現可能な整数。

Declaration 宣言

static var min: Int { get }

Discussion 解説

For signed integer types, this value is -(2 ** (bitWidth - 1)), where ** is exponentiation. 符号付き整数型に対して、この値は-(2 ** (bitWidth - 1))です、そこで**は冪演算です。

See Also 参照

Accessing Numeric Constants 数に関する定数にアクセスする