Uses of Class
com.aoapps.lang.math.BigFraction.DistributionMethod
-
Packages that use BigFraction.DistributionMethod Package Description com.aoapps.lang.math -
-
Uses of BigFraction.DistributionMethod in com.aoapps.lang.math
Methods in com.aoapps.lang.math that return BigFraction.DistributionMethod Modifier and Type Method Description static BigFraction.DistributionMethodBigFraction.DistributionMethod. valueOf(String name)Returns the enum constant of this type with the specified name.static BigFraction.DistributionMethod[]BigFraction.DistributionMethod. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aoapps.lang.math with parameters of type BigFraction.DistributionMethod Modifier and Type Method Description static BigDecimal[]BigFraction. distributeValue(BigDecimal total, BigFraction.DistributionMethod distributionMethod, BigFraction... fractions)Evenly distributes the total value of BigDecimal by fractional amounts.
-