Contents

NSSwapLittleDoubleToHost(_:)

Swaps the bytes of a number.

Declaration

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(_:) to perform the swap.

See Also

Related Documentation

Functions