A Boolean value indicating whether this type is a signed integer type.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
static var isSigned: Bool { get }
Discussion
This property is always true for signed integer types.
A Boolean value indicating whether this type is a signed integer type.
SDK
Framework
static var isSigned: Bool { get }
This property is always true for signed integer types.
static var zero: IntThe zero value.
static var min: IntThe minimum representable integer in this type.
static var max: IntThe maximum representable integer in this type.