NSSwapBigLongLongToHost(_:)
Swaps the bytes of a number.
Declaration
func NSSwapBigLongLongToHost(_ x: UInt64) -> UInt64Discussion
Converts the big-endian 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 NSSwapLongLong(_:) to perform the swap.
See Also
Related Documentation
Functions
NSConvertHostDoubleToSwapped(_:)NSConvertHostFloatToSwapped(_:)NSConvertSwappedDoubleToHost(_:)NSConvertSwappedFloatToHost(_:)NSHostByteOrder()NSSwapBigDoubleToHost(_:)NSSwapBigFloatToHost(_:)NSSwapBigIntToHost(_:)NSSwapBigLongToHost(_:)NSSwapBigShortToHost(_:)NSSwapDouble(_:)NSSwapFloat(_:)NSSwapHostDoubleToBig(_:)NSSwapHostDoubleToLittle(_:)NSSwapHostFloatToBig(_:)