Interface ListOperator
All Known Implementing Classes:
-
ListAbs,
ListAbsDiff,
ListAcos,
ListAddition,
ListAsin,
ListAtan,
ListAtan2,
ListAtodb,
ListAverage,
ListCeil,
ListCos,
ListDbtoa,
ListDivision,
ListEqual,
ListEqualPass,
ListExp,
ListFloor,
ListGT,
ListGTOE,
ListGTOEPass,
ListGTPass,
ListIntDiv,
ListInvDivision,
ListInvIntDiv,
ListInvModulo,
ListInvSoustraction,
ListLn,
ListLog10,
ListLog2,
ListLT,
ListLTOE,
ListLTOEPass,
ListLTPass,
ListMaximum,
ListMinimum,
ListModulo,
ListNotEqual,
ListNotEqualPass,
ListPow,
ListProduit,
ListRound,
ListSin,
ListSoustraction,
ListSqrt,
ListTan,
ListTrunc
public interface ListOperator
interface used to perform any math operation
Author:
-
jourdan
Version:
-
$Revision: 1.5 $
See Also:
-
Method Summary |
|
operate(float a, float[] b)perform some math operations |
|
operate(float[] a, float b)perform some math operations |
|
operate(float[] a, float[] b)perform some math operations |
Method Detail
operate
public float[] operate(float[] a,
float[] b)
-
perform some math operations
Parameters:
-
a - floating point value from the leftmost input
-
b - list from the rightmost input
operate
public float[] operate(float[] a,
float b)
-
perform some math operations
Parameters:
-
a - list from the leftmost input
-
b - floating point value from the rightmost input
operate
public float[] operate(float a,
float[] b)
-
perform some math operations
Parameters:
-
a - list from the leftmost input
-
b - list from the rightmost input
DocFlex/Doclet is both a multi-format Javadoc doclet and a free edition of DocFlex/Javadoc. If you need to customize your Javadoc without writing a full-blown doclet from scratch, DocFlex/Javadoc may be the only tool able to help you! Find out more at www.docflex.com