Contents

CFConvertFloat64HostToSwapped(_:)

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

Declaration

func CFConvertFloat64HostToSwapped(_ arg: Float64) -> 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