<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSSwapLittleDoubleToHost(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Function",
  "symbol" : {
    "kind" : "Function",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@F@NSSwapLittleDoubleToHost"
  },
  "title" : "NSSwapLittleDoubleToHost(_:)"
}
-->

# NSSwapLittleDoubleToHost(_:)

Swaps the bytes of a number.

```
func NSSwapLittleDoubleToHost(_ x: NSSwappedDouble) -> Double
```

## Discussion

Converts the little-endian formatted value in `x` to the current endian format and returns the resulting value. If it is necessary to swap the bytes of `x`, this function calls [`NSSwapDouble(_:)`](/documentation/Foundation/NSSwapDouble(_:)) to perform the swap.

## See Also

[`NSSwapBigDoubleToHost(_:)`](/documentation/Foundation/NSSwapBigDoubleToHost(_:))

Swaps the bytes of a number.

[`NSSwapHostDoubleToLittle(_:)`](/documentation/Foundation/NSSwapHostDoubleToLittle(_:))

Swaps the bytes of a number.

[`NSConvertSwappedDoubleToHost(_:)`](/documentation/Foundation/NSConvertSwappedDoubleToHost(_:))

Performs a type conversion.



---

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)