|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object isql.help.scalar.numeric.PlusScalar
public class PlusScalar
predicate that operates the sum between two numbers
Constructor Summary | |
---|---|
PlusScalar()
|
Method Summary | |
---|---|
double |
apply(double a,
double b)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PlusScalar()
Method Detail |
---|
public double apply(double a, double b)
apply
in interface IBinaryNumericScalar
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |