A Boolean value indicating whether this type is a signed integer type.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Discussion
This property is always true
for signed integer types.
A Boolean value indicating whether this type is a signed integer type.
SDK
Framework
This property is always true
for signed integer types.
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.