ewe.sys
Interface MathFunction


public interface MathFunction


Method Summary
 void doFunction(MathFunctionData data)
          The parameters will be in the array provided, beginning at start.
 

Method Detail

doFunction

public void doFunction(MathFunctionData data)
The parameters will be in the array provided, beginning at start. dest holds the destination for the value.