The minimum representable integer in this type.
SDK
- Xcode 6.0.1+
Framework
- Swift Standard Library
Declaration
Discussion
For signed integer types, this value is -(2 ** (bit
, where **
is exponentiation.
The minimum representable integer in this type.
SDK
Framework
For signed integer types, this value is -(2 ** (bit
, where **
is exponentiation.
static var zero: Int
The zero value.
static var max: Int
The maximum representable integer in this type.
static var is Signed: Bool
A Boolean value indicating whether this type is a signed integer type.