CFConvertFloat32SwappedToHost(_:)
Converts a 32-bit float from a platform-independent format to the host’s native byte order.
Declaration
func CFConvertFloat32SwappedToHost(_ arg: CFSwappedFloat32) -> Float32Parameters
- 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(_:)CFConvertFloat64HostToSwapped(_:)CFConvertFloat64SwappedToHost(_:)CFConvertFloatHostToSwapped(_:)CFConvertFloatSwappedToHost(_:)CFSwapInt16(_:)CFSwapInt16BigToHost(_:)CFSwapInt16HostToBig(_:)CFSwapInt16HostToLittle(_:)CFSwapInt16LittleToHost(_:)CFSwapInt32(_:)CFSwapInt32BigToHost(_:)