NSConvertSwappedDoubleToHost(_:)
Performs a type conversion.
Declaration
func NSConvertSwappedDoubleToHost(_ x: NSSwappedDouble) -> DoubleDiscussion
Converts the value in x to a double value. This function does not actually swap the bytes of x. You should not need to call this function directly.
See Also
Related Documentation
Functions
NSConvertHostDoubleToSwapped(_:)NSConvertHostFloatToSwapped(_:)NSConvertSwappedFloatToHost(_:)NSHostByteOrder()NSSwapBigDoubleToHost(_:)NSSwapBigFloatToHost(_:)NSSwapBigIntToHost(_:)NSSwapBigLongLongToHost(_:)NSSwapBigLongToHost(_:)NSSwapBigShortToHost(_:)NSSwapDouble(_:)NSSwapFloat(_:)NSSwapHostDoubleToBig(_:)NSSwapHostDoubleToLittle(_:)NSSwapHostFloatToBig(_:)