int UnpackByte1(int packed)
int UnpackByte2(int packed)
int UnpackByte3(int packed)
int UnpackByte4(int packed)
Returns the Xth byte of the integer. Intended to extract values packed with PackBytes.
See PackBytes for examples.