EinhugurBitwiseModule.Endian32Swap Method (console safe)
To swap the endian of a 32bit integer value use the Endian32Swap function.
Endian32Swap(
value as Int32) as Int32
Parameters
- value
- The source value.
Returns
- Int32
- The source value with endianness swapped.
Remarks
Supported Platforms:
MacOS X Cocoa 32 bitMacOS X Cocoa 64 bitWindows 32 bitWindows 64 bitLinux 32 bitLinux 64 bitLinux ARMUnsupported Platforms:
MacOS X Carbon
See Also
EinhugurBitwiseModule Module