static var zero: Int
The zero value.
ゼロ値。
static var min: Int
The minimum representable integer in this type.
この型における最小の表現可能な整数。
static var max: Int
The maximum representable integer in this type.
この型における最大の表現可能な整数。
Availability
Technology
static var isSigned: Bool
{ get }
This property is always true
for signed integer types.
このプロパティは、符号付き整数型に対して常にtrue
です。
static var zero: Int
static var min: Int
static var max: Int