<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vDSP_int24",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@SA@vDSP_int24"
  },
  "title" : "vDSP_int24"
}
-->

# vDSP_int24

A data structure that holds a 24-bit signed integer value.

```
struct vDSP_int24
```

## Topics

### Initializers

[`init()`](/documentation/Accelerate/vDSP_int24/init())

Creates a 24-but signed integer value.

[`init(bytes:)`](/documentation/Accelerate/vDSP_int24/init(bytes:))

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

### Instance Properties

[`bytes`](/documentation/Accelerate/vDSP_int24/bytes)

The bytes that represent the value.



---

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)