static var isSigned : Bool
A Boolean value indicating whether this type is a signed integer type.
この型が符号付き整数型であるかどうかを指し示すブール値。
Availability
Technology
static var isSigned: Bool
{ get }
Signed integer types can represent both positive and negative values. Unsigned integer types can represent only nonnegative values. 符号付き整数型は、正および負の値の両方を表すことができます。符号なし整数型は、非負数のみ表すことができます。
static var isSigned : Bool
static var isSigned : Bool