Function 関数

NSConvertHostDoubleToSwapped(_:)

Performs a type conversion. 型変換を実行します。

Declaration 宣言

func NSConvertHostDoubleToSwapped(_ x: Double) -> NSSwappedDouble

Discussion 議論

Converts the double value in x to a value whose bytes can be swapped. This function does not actually swap the bytes of x. You should not need to call this function directly. xの中のダブル値を、それのバイトがスワップできるある値に変換します。この関数は、xのバイトを実際にはスワップしません。あなたはこの関数を直接に呼び出す必要はないはずです。

See Also 参照

Related Documentation 関連文書