---
title: Int16
framework: swift
role: symbol
role_heading: Structure
path: swift/int16
---

# Int16

A 16-bit signed integer value type.

## Declaration

```swift
@frozen struct Int16
```

## Topics

### Structures

- [Int16.Words](swift/int16/words-swift.struct.md)

### Operators

- [!=(_:_:)](swift/int16/!=(_:_:).md)
- [&=(_:_:)](swift/int16/&=(_:_:).md)
- [&<<=(_:_:)](swift/int16/&__=(_:_:)-99pwo.md)
- [&>>=(_:_:)](swift/int16/&__=(_:_:)-p5ty.md)
- [*=(_:_:)](swift/int16/*=(_:_:).md)
- [+=(_:_:)](swift/int16/+=(_:_:).md)
- [-=(_:_:)](swift/int16/-=(_:_:).md)
- [==(_:_:)](swift/int16/==(_:_:).md)
- [<(_:_:)](swift/int16/_(_:_:)-47ytd.md)
- [/=(_:_:)](swift/int16/_=(_:_:)-15qjk.md)
- [%=(_:_:)](swift/int16/_=(_:_:)-1zcaj.md)
- [^=(_:_:)](swift/int16/_=(_:_:)-3hk1a.md)
- [|=(_:_:)](swift/int16/_=(_:_:)-9yk6s.md)

### Initializers

- [init(_:)](swift/int16/init(_:)-192r7.md)
- [init(_:)](swift/int16/init(_:)-4h6i5.md)
- [init(_:)](swift/int16/init(_:)-5r9gw.md)
- [init(_:)](swift/int16/init(_:)-6paha.md)
- [init(_:)](swift/int16/init(_:)-8tp32.md)
- [init(_:)](swift/int16/init(_:)-9hqpm.md)
- [init(bitPattern:)](swift/int16/init(bitpattern:).md)
- [init(exactly:)](swift/int16/init(exactly:)-1zxj5.md)
- [init(exactly:)](swift/int16/init(exactly:)-3vet0.md)
- [init(exactly:)](swift/int16/init(exactly:)-5zk1.md)
- [init(exactly:)](swift/int16/init(exactly:)-8omg3.md)
- [init(exactly:)](swift/int16/init(exactly:)-8v4ka.md)
- [init(truncating:)](swift/int16/init(truncating:).md)

### Instance Properties

- [byteSwapped](swift/int16/byteswapped.md)
- [customPlaygroundQuickLook](swift/int16/customplaygroundquicklook.md)
- [leadingZeroBitCount](swift/int16/leadingzerobitcount.md)
- [magnitude](swift/int16/magnitude-swift.property.md)
- [nonzeroBitCount](swift/int16/nonzerobitcount.md)
- [trailingZeroBitCount](swift/int16/trailingzerobitcount.md)
- [words](swift/int16/words-swift.property.md)

### Instance Methods

- [addingReportingOverflow(_:)](swift/int16/addingreportingoverflow(_:).md)
- [dividedReportingOverflow(by:)](swift/int16/dividedreportingoverflow(by:).md)
- [dividingFullWidth(_:)](swift/int16/dividingfullwidth(_:).md)
- [multipliedFullWidth(by:)](swift/int16/multipliedfullwidth(by:).md)
- [multipliedReportingOverflow(by:)](swift/int16/multipliedreportingoverflow(by:).md)
- [remainderReportingOverflow(dividingBy:)](swift/int16/remainderreportingoverflow(dividingby:).md)
- [signum()](swift/int16/signum().md)
- [subtractingReportingOverflow(_:)](swift/int16/subtractingreportingoverflow(_:).md)

### Type Aliases

- [Int16.IntegerLiteralType](swift/int16/integerliteraltype.md)
- [Int16.Magnitude](swift/int16/magnitude-swift.typealias.md)
- [Int16.Stride](swift/int16/stride.md)

### Type Properties

- [bitWidth](swift/int16/bitwidth.md)

### Default Implementations

- [AdditiveArithmetic Implementations](swift/int16/additivearithmetic-implementations.md)
- [AtomicRepresentable Implementations](swift/int16/atomicrepresentable-implementations.md)
- [BinaryInteger Implementations](swift/int16/binaryinteger-implementations.md)
- [Comparable Implementations](swift/int16/comparable-implementations.md)
- [CustomReflectable Implementations](swift/int16/customreflectable-implementations.md)
- [Decodable Implementations](swift/int16/decodable-implementations.md)
- [Encodable Implementations](swift/int16/encodable-implementations.md)
- [Equatable Implementations](swift/int16/equatable-implementations.md)
- [ExpressibleByIntegerLiteral Implementations](swift/int16/expressiblebyintegerliteral-implementations.md)
- [FixedWidthInteger Implementations](swift/int16/fixedwidthinteger-implementations.md)
- [Hashable Implementations](swift/int16/hashable-implementations.md)
- [SIMDScalar Implementations](swift/int16/simdscalar-implementations.md)
- [SignedInteger Implementations](swift/int16/signedinteger-implementations.md)
- [SignedNumeric Implementations](swift/int16/signednumeric-implementations.md)

## Relationships

### Conforms To

- [AdditiveArithmetic](swift/additivearithmetic.md)
- [AtomicRepresentable](synchronization/atomicrepresentable.md)
- [BNNSScalar](accelerate/bnnsscalar.md)
- [BinaryInteger](swift/binaryinteger.md)
- [BitwiseCopyable](swift/bitwisecopyable.md)
- [CKRecordValueProtocol](cloudkit/ckrecordvalueprotocol.md)
- [CVAttachmentValueRepresentable](corevideo/cvattachmentvaluerepresentable.md)
- [CVarArg](swift/cvararg.md)
- [Comparable](swift/comparable.md)
- [Copyable](swift/copyable.md)
- [CustomReflectable](swift/customreflectable.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Decodable](swift/decodable.md)
- [Encodable](swift/encodable.md)
- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [ExpressibleByIntegerLiteral](swift/expressiblebyintegerliteral.md)
- [FixedWidthInteger](swift/fixedwidthinteger.md)
- [Hashable](swift/hashable.md)
- [IntentValueConvertible](appintents/intentvalueconvertible.md)
- [IntentValueExpressing](appintents/intentvalueexpressing.md)
- [LosslessStringConvertible](swift/losslessstringconvertible.md)
- [MLTensorScalar](coreml/mltensorscalar.md)
- [NetworkFixedWidthInteger](network/networkfixedwidthinteger.md)
- [Numeric](swift/numeric.md)
- [Plottable](charts/plottable.md)
- [PrimitivePlottableProtocol](charts/primitiveplottableprotocol.md)
- [SIMDScalar](swift/simdscalar.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SignedInteger](swift/signedinteger.md)
- [SignedNumeric](swift/signednumeric.md)
- [Strideable](swift/strideable.md)
- [vDSP_IntegerConvertable](accelerate/vdsp_integerconvertable.md)

## See Also

### Signed Integers

- [Int8](swift/int8.md)
- [Int32](swift/int32.md)
- [Int64](swift/int64.md)
- [Int128](swift/int128.md)
