Contents

CFConvertDoubleHostToSwapped(_:)

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

Declaration

func CFConvertDoubleHostToSwapped(_ arg: Double) -> CFSwappedFloat64

Parameters

  • arg:

    The real value to convert.

Return Value

A structure holding the real value in a canonical byte order.

See Also

Core Foundation Byte Order Utilities Miscellaneous Functions