Package hw
Class Conversion
static short byteToUnsignedShort(byte value)
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Parameter | Description |
---|---|
value | (signed) byte value |
Convert a (signed) byte value (-128 to 128) into an unsinged short value (0 to 255).
Copyright © demmel products gmbh. All rights reserved.