com.jhlabs.math
Class CompositeFunction1D

java.lang.Object
  extended by com.jhlabs.math.CompositeFunction1D
All Implemented Interfaces:
Function1D

public class CompositeFunction1D
extends java.lang.Object
implements Function1D


Constructor Summary
CompositeFunction1D(Function1D f1, Function1D f2)
           
 
Method Summary
 float evaluate(float v)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeFunction1D

public CompositeFunction1D(Function1D f1,
                           Function1D f2)
Method Detail

evaluate

public float evaluate(float v)
Specified by:
evaluate in interface Function1D