hep.lcd.mc.randomBkgr
Class PowerFun

java.lang.Object
  |
  +--hep.lcd.mc.randomBkgr.PowerFun

public class PowerFun
extends Object
implements OneArgumentFunction

Source Code:
PowerFun.java

Constructor Summary
PowerFun(double norm, double power)
           
 
Method Summary
 double getValue(double arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PowerFun

public PowerFun(double norm,
                double power)
Method Detail

getValue

public double getValue(double arg)
Specified by:
getValue in interface OneArgumentFunction


The LCD Group