EinhugurBitwiseModule.Endian16Swap Method (console safe)
To swap the endian of a 16bit integer value use the Endian16Swap function.
Endian16Swap(
value as Int16) as Int16
Parameters
- value
- The source value.
Returns
- Int16
- 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