Interface NumberHelpers


public interface NumberHelpers
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static int
    avg(int total, int count)
     
    static long
    avg(long total, int count)
     
  • Method Details

    • avg

      static long avg(long total, int count)
    • avg

      static int avg(int total, int count)