Double.byteValue() is used to return byte representation of the Double value. Does this mean, that Double value in now represented in a single byte:confused:
Printable View
Double.byteValue() is used to return byte representation of the Double value. Does this mean, that Double value in now represented in a single byte:confused:
No, double values have more information than can be packed into a single byte.
What that method call does is drop a lot of information.