public class uint8_t extends Number
| Modifier and Type | Field and Description |
|---|---|
short |
value |
| Constructor and Description |
|---|
uint8_t(Number value) |
uint8_t(short value) |
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
String |
toString() |
byteValue, shortValuepublic uint8_t(short value)
public uint8_t(Number value)
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2020. All rights reserved.