---
title: "init(bytes:)"
framework: accelerate
role: symbol
role_heading: Initializer
path: "accelerate/vdsp_uint24/init(bytes:)"
---

# init(bytes:)

Creates a 24-bit unsigned integer value from the specified bytes.

## Declaration

```swift
init(bytes: (UInt8, UInt8, UInt8))
```

## Parameters

- `bytes`: The bytes that define the value.

## See Also

### Initializers

- [init()](accelerate/vdsp_uint24/init().md)
