<!--
{
  "documentType" : "article",
  "framework" : "Swift",
  "identifier" : "/documentation/Swift/Int64/SignedInteger-Implementations",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "SignedInteger Implementations"
}
-->

# SignedInteger Implementations

## Topics

### Initializers

[`init<T>(T)`](/documentation/Swift/Int64/init(_:)-4i8wx)

Creates a new instance from the given integer.

[`init?<T>(exactly: T)`](/documentation/Swift/Int64/init(exactly:)-7vjwc)

### Type Properties

[`static var isSigned: Bool`](/documentation/Swift/Int64/isSigned)

A Boolean value indicating whether this type is a signed integer type.

[`static var max: Self`](/documentation/Swift/Int64/max)

The maximum representable integer in this type.

[`static var min: Self`](/documentation/Swift/Int64/min)

The minimum representable integer in this type.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)