extractUnsignedByte

val A_Number.extractUnsignedByte: Short

Extract an unsigned byte from the receiver. Return it in a Java Short to avoid sign bit reinterpretation.

Return

A Short in the range [0..255].