| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.vivoweb.harvester.util.MathHelper
public class MathHelper
Set of math helper methods
| Constructor Summary | |
|---|---|
| MathHelper() | |
| Method Summary | |
|---|---|
| static double | minDoubleIndex(double... d)Find minimum of a set of doubles | 
| static float | minFloatIndex(float... d)Find minimum of a set of floats | 
| static int | minIntIndex(int... d)Find minimum of a set of ints | 
| static long | minLongIndex(long... d)Find minimum of a set of longs | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public MathHelper()
| Method Detail | 
|---|
public static int minIntIndex(int... d)
d - set of ints
public static double minDoubleIndex(double... d)
d - set of doubles
public static float minFloatIndex(float... d)
d - set of floats
public static long minLongIndex(long... d)
d - set of longs
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||