hep.aida.ref.histogram.binner
Class BinnerMath
java.lang.Object
hep.aida.ref.histogram.binner.BinnerMath
public class BinnerMath
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinnerMath
public BinnerMath()
add
public static void add(Binner1D newBinner,
Binner1D b1,
Binner1D b2)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
sub
public static void sub(Binner1D newBinner,
Binner1D b1,
Binner1D b2)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
mul
public static void mul(Binner1D newBinner,
Binner1D b1,
Binner1D b2)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
div
public static void div(Binner1D newBinner,
Binner1D b1,
Binner1D b2)
throws java.lang.IllegalArgumentException
- Throws:
java.lang.IllegalArgumentException
isValidDouble
public static boolean isValidDouble(double d)
jHepWork 2.1 (C) S.Chekanov