<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vDSP_vfltsm24",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@F@vDSP_vfltsm24"
  },
  "title" : "vDSP_vfltsm24"
}
-->

# vDSP_vfltsm24

Converts and scales a vector of signed 24-bit integers to single-precision floating-point values.

```
extern void vDSP_vfltsm24(const vDSP_int24 *__A, vDSP_Stride __IA, const float *__B, float *__C, vDSP_Stride __IC, vDSP_Length __N);
```

## Parameters

`__A`

The input vector.

`__IA`

The distance between the elements in the input vector.

`__B`

The single-precision scale factor.

`__C`

The output vector.

`__IC`

The distance between the elements in the output vector.

`__N`

The number of elements that the function processes.

## Discussion

The input and output values must point to different, non-overlapping regions of memory; it doesn’t work in-place.

---

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)