CFConvertFloat64SwappedToHost(_:)
Converts a 64-bit float from a platform-independent format to the host’s native byte order.
Declaration
func CFConvertFloat64SwappedToHost(_ arg: CFSwappedFloat64) -> Float64Parameters
- arg:
A structure holding the real value to convert.
Return Value
The real value in the host’s native format.
See Also
Core Foundation Byte Order Utilities Miscellaneous Functions
CFByteOrderGetCurrent()CFConvertDoubleHostToSwapped(_:)CFConvertDoubleSwappedToHost(_:)CFConvertFloat32HostToSwapped(_:)CFConvertFloat32SwappedToHost(_:)CFConvertFloat64HostToSwapped(_:)CFConvertFloatHostToSwapped(_:)CFConvertFloatSwappedToHost(_:)CFSwapInt16(_:)CFSwapInt16BigToHost(_:)CFSwapInt16HostToBig(_:)CFSwapInt16HostToLittle(_:)CFSwapInt16LittleToHost(_:)CFSwapInt32(_:)CFSwapInt32BigToHost(_:)