TargetLittleEndian Constant
Used to indicate that you are compiling for an OS that uses the Little Endian byte order.
result=TargetLittleEndian
Part | Type | Description |
result | Boolean | Returns True if are compiling for an OS that uses the little Endian byte order. |
Notes
Little Endian means that the low-order byte is stored in memory at the lowest address and the high-order byte is stored at the highest address. PCs use the Little Endian byte order.
See Also
DebugBuild, RBVersion, RBVersionString, TargetBigEndian, TargetCarbon, TargetHasGUI, TargetLinux, TargetLittleEndian, TargetMachO, TargetMacOS, TargetMacOSClassic, TargetMachO, TargetWin32 constants; #If statement.