---
title: bitWidth
framework: swift
role: symbol
role_heading: Instance Property
path: swift/uint128/bitwidth-swift.property
---

# bitWidth

The number of bits in the current binary representation of this value.

## Declaration

```swift
var bitWidth: Int { get }
```

## Discussion

Discussion This property is a constant for instances of fixed-width integer types.
