Class NumberUT

java.lang.Object
studio.magemonkey.codex.util.NumberUT

public class NumberUT extends Object
  • Constructor Details

    • NumberUT

      public NumberUT()
  • Method Details

    • format

      @NotNull public static String format(double d)
    • format

      @NotNull public static String format(double d, @NotNull String pattern)
    • round

      public static double round(double d)
    • round

      public static double round(double d, @NotNull String pattern)
    • toRoman

      @NotNull public static String toRoman(int input)
    • fromRoman

      public static int fromRoman(@NotNull String romanNumber)
    • splitIntoParts

      public static int[] splitIntoParts(int whole, int parts)