|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.dandymadeproductions.expressionparser.functions.Function
com.dandymadeproductions.expressionparser.functions.OneArgFunction
com.dandymadeproductions.expressionparser.functions.BoxFunc
public class BoxFunc
Box function. If |a| < 1 return 1, else return 0.
Field Summary |
---|
Fields inherited from class com.dandymadeproductions.expressionparser.functions.Function |
---|
numArgs |
Constructor Summary | |
---|---|
BoxFunc()
|
Method Summary | |
---|---|
Complex |
apply(Complex a)
|
double |
apply(double a)
|
java.lang.String |
toString()
|
Methods inherited from class com.dandymadeproductions.expressionparser.functions.OneArgFunction |
---|
apply, apply |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BoxFunc()
Method Detail |
---|
public double apply(double a)
apply
in class Function
public Complex apply(Complex a)
apply
in class Function
public java.lang.String toString()
toString
in class Function
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |