static var min: Int
The minimum representable integer in this type.
この型における最小の表現可能な整数。
static var max: Int
The maximum representable integer in this type.
この型における最大の表現可能な整数。
static var isSigned : Bool
A Boolean value indicating whether this type is a signed integer type.
この型が符号付き整数型であるかどうかを指し示すブール値。