public class Number128 extends Number
Constructor and Description |
---|
Number128(long lowValue,
long highValue)
构造
|
Modifier and Type | Method and Description |
---|---|
double |
doubleValue() |
boolean |
equals(Object o) |
float |
floatValue() |
long |
getHighValue()
获取高位值
|
long[] |
getLongArray()
获取高低位数组,long[0]:低位,long[1]:高位
|
long |
getLowValue()
获取低位值
|
int |
hashCode() |
int |
intValue() |
long |
longValue() |
void |
setHighValue(long hiValue)
设置高位值
|
void |
setLowValue(long lowValue)
设置低位值
|
byteValue, shortValue
public Number128(long lowValue, long highValue)
lowValue
- 低位highValue
- 高位public long getLowValue()
public void setLowValue(long lowValue)
lowValue
- 低位值public long getHighValue()
public void setHighValue(long hiValue)
hiValue
- 高位值public long[] getLongArray()
public float floatValue()
floatValue
in class Number
public double doubleValue()
doubleValue
in class Number
Copyright © 2024. All rights reserved.