public class ByteArrayNumber extends Number
| Modifier and Type | Field and Description |
|---|---|
byte[] |
value |
| Constructor and Description |
|---|
ByteArrayNumber(byte[] value) |
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
byteValue, shortValuepublic float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2026. All rights reserved.