类 MathConvertUtil
java.lang.Object
com.luna.common.math.MathConvertUtil
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static booleanstatic booleanstatic BooleanasBooleanObject(String entryStr) static intstatic Integerstatic longstatic Stringstatic longdoubleConvert2Long(double entryStr) 转换成精确到2位精度static booleanisBlank(CharSequence cs) static doublelongConvert2Double(long entryStr) 这里保留2未精度 入参500,出参5static void
-
构造器详细资料
-
MathConvertUtil
public MathConvertUtil()
-
-
方法详细资料
-
asBoolean
-
asInt
-
asInteger
-
asLong
-
longConvert2Double
public static double longConvert2Double(long entryStr) 这里保留2未精度 入参500,出参5- 参数:
entryStr-- 返回:
-
doubleConvert2Long
public static long doubleConvert2Long(double entryStr) 转换成精确到2位精度- 参数:
entryStr-- 返回:
-
asBoolean
-
asBooleanObject
-
asString
-
isBlank
-
main
-