Contents

min

The minimum representable integer in this type.

Declaration

static var min: Self { get }

Discussion

For signed integer types, this value is -(2 ** (bitWidth - 1)), where ** is exponentiation.

See Also

Accessing Numeric Constants