func NSConvertHostDoubleToSwapped (Double) -> NSSwappedDouble
Performs a type conversion.
型変換を実行します。
func NSConvertHostFloatToSwapped (Float) -> NSSwappedFloat
Performs a type conversion.
型変換を実行します。
func NSConvertSwappedDoubleToHost (NSSwappedDouble) -> Double
Performs a type conversion.
型変換を実行します。
func NSConvertSwappedFloatToHost (NSSwappedFloat) -> Float
Performs a type conversion.
型変換を実行します。
func NSHostByteOrder () -> Int
Returns the endian format.
エンディアン形式を返します。
func NSSwapBigDoubleToHost (NSSwappedDouble) -> Double
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapBigFloatToHost (NSSwappedFloat) -> Float
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapBigIntToHost (UInt32) -> UInt32
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapBigLongLongToHost (UInt64) -> UInt64
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapBigLongToHost (UInt) -> UInt
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapBigShortToHost (UInt16) -> UInt16
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapDouble (NSSwappedDouble) -> NSSwappedDouble
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapFloat (NSSwappedFloat) -> NSSwappedFloat
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostDoubleToBig (Double) -> NSSwappedDouble
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostDoubleToLittle (Double) -> NSSwappedDouble
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostFloatToBig (Float) -> NSSwappedFloat
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostFloatToLittle (Float) -> NSSwappedFloat
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostIntToBig (UInt32) -> UInt32
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostIntToLittle (UInt32) -> UInt32
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostLongLongToBig (UInt64) -> UInt64
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostLongLongToLittle (UInt64) -> UInt64
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostLongToBig (UInt) -> UInt
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostLongToLittle (UInt) -> UInt
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostShortToBig (UInt16) -> UInt16
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapHostShortToLittle (UInt16) -> UInt16
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapInt (UInt32) -> UInt32
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapLittleDoubleToHost (NSSwappedDouble) -> Double
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapLittleFloatToHost (NSSwappedFloat) -> Float
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapLittleIntToHost (UInt32) -> UInt32
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapLittleLongLongToHost (UInt64) -> UInt64
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapLittleLongToHost (UInt) -> UInt
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapLittleShortToHost (UInt16) -> UInt16
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapLong (UInt) -> UInt
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapLongLong (UInt64) -> UInt64
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。
func NSSwapShort (UInt16) -> UInt16
Swaps the bytes of a number.
ある数のバイトそれらをスワップします。