NSConvertSwappedFloatToHost(_:)
Performs a type conversion.
Declaration
func NSConvertSwappedFloatToHost(_ x: NSSwappedFloat) -> FloatDiscussion
Converts the value in x to a float 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(_:)NSConvertSwappedDoubleToHost(_:)NSHostByteOrder()NSSwapBigDoubleToHost(_:)NSSwapBigFloatToHost(_:)NSSwapBigIntToHost(_:)NSSwapBigLongLongToHost(_:)NSSwapBigLongToHost(_:)NSSwapBigShortToHost(_:)NSSwapDouble(_:)NSSwapFloat(_:)NSSwapHostDoubleToBig(_:)NSSwapHostDoubleToLittle(_:)NSSwapHostFloatToBig(_:)