func NSSwapBigDoubleToHost (NSSwappedDouble) -> Double
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapLittleDoubleToHost (NSSwappedDouble) -> Double
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
Availability 有効性
Technology
func NSConvertSwappedDoubleToHost(_ x: NSSwappedDouble
) -> Double
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.
x
の中の値をダブル値に変換します。この関数は、x
のバイトを実際にはスワップしません。あなたはこの関数を直接に呼び出す必要はないはずです。
func NSSwapBigDoubleToHost (NSSwappedDouble) -> Double
func NSSwapLittleDoubleToHost (NSSwappedDouble) -> Double