Contents

CFConvertDoubleSwappedToHost(_:)

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

Declaration

func CFConvertDoubleSwappedToHost(_ arg: CFSwappedFloat64) -> Double

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