<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: -",
    "macOS: 10.15.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: -",
    "watchOS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/vDSP/integerToFloatingPoint(_:floatingPointType:)-5os5n",
  "metadataVersion" : "0.1.0",
  "role" : "Type Method",
  "symbol" : {
    "kind" : "Type Method",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "s:10Accelerate4vDSPO22integerToFloatingPoint_08floatingF4TypeSayq_Gx_q_mtAA0A6BufferRzAA01vb1_eF11ConvertableR_s5Int16V7ElementRtzr0_lFZ"
  },
  "title" : "integerToFloatingPoint(_:floatingPointType:)"
}
-->

# integerToFloatingPoint(_:floatingPointType:)

Returns a vector of floating-point values converted from signed 16-bit integer values.

```
static func integerToFloatingPoint<T, U>(_ vector: T, floatingPointType: U.Type) -> [U] where T : AccelerateBuffer, U : vDSP_FloatingPointConvertable, T.Element == Int16
```

## Parameters

`vector`

The source vector.

`floatingPointType`

The floating-point type that the function converts the source values to.

---

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)