Contents

CFConvertFloatSwappedToHost(_:)

Converts a 32-bit float from a platform-independent format to the host’s native byte order.

Declaration

func CFConvertFloatSwappedToHost(_ arg: CFSwappedFloat32) -> Float

Parameters

  • 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