程序包 cn.godmao.utils
类 MathUtil
java.lang.Object
cn.hutool.core.math.MathUtil
cn.godmao.utils.MathUtil
public class MathUtil
extends cn.hutool.core.math.MathUtil
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static booleanstatic booleanstatic longnextLong(long bound) static intrandomInt(int max) static intrandomInt(int min, int max) static longrandomLong(long min, long max) static BigDecimal从类继承的方法 cn.hutool.core.math.MathUtil
arrangementCount, arrangementCount, arrangementSelect, arrangementSelect, centToYuan, combinationCount, combinationSelect, yuanToCent
-
字段详细资料
-
DECIMAL_ZERO
-
RANDOM
-
-
构造器详细资料
-
MathUtil
public MathUtil()
-
-
方法详细资料
-
randomInt
public static int randomInt(int min, int max) -
randomInt
public static int randomInt(int max) -
randomLong
public static long randomLong(long min, long max) -
nextLong
public static long nextLong(long bound) -
toBigDecimal
-
isZero
-
isInteger
-