public class uint16_t extends Number
Modifier and Type | Field and Description |
---|---|
int |
value |
Constructor and Description |
---|
uint16_t(Number value) |
uint16_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, shortValue
public uint16_t(short value)
public uint16_t(Number value)
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
Copyright © 2020. All rights reserved.