jxl.util
Class MathUtils

java.lang.Object
  extended by jxl.util.MathUtils

public final class MathUtils
extends java.lang.Object

Author:
alex

Method Summary
static byte average(byte[] bytes)
           
static int intPercent(int part, int total)
           
static byte mode(byte[] bytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

intPercent

public static int intPercent(int part,
                             int total)

average

public static byte average(byte[] bytes)

mode

public static byte mode(byte[] bytes)