public class CalcUtil extends Object
| 构造器和说明 |
|---|
CalcUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static double |
isNull(Double d)
判断是不是空
|
static int |
isNull(Integer i)
判断是不是空
|
static int |
multiply(Integer one,
Integer two)
两个整数参数乘积
|
static int |
plus(Integer one,
Integer two)
两个整数相加
|
static double |
sub(Double one,
Double two)
两数相减
|
static Integer |
sub(Integer one,
Integer two)
相减
|
Copyright © 2017-6-20–2017. All rights reserved.