类 NumberUtils
java.lang.Object
cn.herodotus.stirrup.core.foundation.utils.type.NumberUtils
Description: 数字类型工具类
- 作者:
- : gengwei.zheng
- Date:
- : 2023/11/1 21:26
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
NumberUtils
public NumberUtils()
-
-
方法详细资料
-
longToInt
public static int longToInt(long value) long 转 int- 参数:
value- long 型数值- 返回:
- int 型数值
-