unsignedIntToSignedByte

Converts an unsigned integer to a signed byte (e.g., 255 becomes -1).

Return

byte representation of the provided int

Since

1.5

Parameters

i

integer to convert to byte

Throws

if the provided integer is not inside the range [0,255].