Contents

CFConvertFloat64SwappedToHost(_:)

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

Declaration

func CFConvertFloat64SwappedToHost(_ arg: CFSwappedFloat64) -> Float64

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