Class ListPow
java.lang.Object
ej.ListPow All Implemented Interfaces:
-
public class ListPow
extends Object
ListPow:
interface used to perform ListPow math operation
Author:
-
jourdan
Version:
-
$Revision: 1.4 $
See Also:
-
Method Summary |
|
operate(float a, float[] b)perform the ListPow math operation |
|
operate(float[] a, float b)perform the ListPow math operation |
|
operate(float[] a, float[] b)perform the ListPow math operation |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail
ListPow
public ListPow()
Method Detail
operate
public float[] operate(float a,
float[] b)
-
perform the ListPow math operation
Specified by:
-
Parameters:
-
a - floating point value from the leftmost input
-
b - list from the rightmost input
operate
public float[] operate(float[] a,
float b)
-
perform the ListPow math operation
Specified by:
-
Parameters:
-
a - list from the leftmost input
-
b - floating point value from the rightmost input
operate
public float[] operate(float[] a,
float[] b)
-
perform the ListPow math operation
Specified by:
-
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