---
title: bitPattern
framework: swift
role: symbol
role_heading: Instance Property
path: swift/float16/bitpattern
---

# bitPattern

The bit pattern of the value’s encoding.

## Declaration

```swift
var bitPattern: UInt16 { get }
```

## Discussion

Discussion The bit pattern matches the binary interchange format defined by the IEEE 754 specification.
