抽象类Number是BigDecimal,BigInteger,Byte,double,float,Integer,Long和Short类的父类,Number的子类必须提供将表示的数值转换为byte,double,float,int,long,short的方法。
方法 | 返回值 | 功能描述 |
---|---|---|
byteValue() | byte | 以byte形式返回指定数值 |
intValue() | int | 以int形式返回指定数值 |
floatValue() | float | 以float形式返回指定数值 |
shortValue() | short | 以short形式返回指定数值 |
longValue() | long | 以long形式返回指定数值 |
doubleValue() | double | 以double形式返回指定数值 |
若有错误,欢迎指正批评,欢迎讨论。 每文一句:有志者,事竟成,破釜沉舟,百二秦关终属楚;有心人,天不负,卧薪尝胆,三千越甲可吞吴。