Class ListNotEqualPass
ej
java.lang.Object
  ej.ListNotEqualPass
All Implemented Interfaces:
ListOperator

public class ListNotEqualPass
extends Object
implements ListOperator
ListNotEqualPass: interface used to perform ListNotEqualPass math operation
See Also:
lop

Constructor Summary
ListNotEqualPass()
Method Summary
float[]
operate(float a, float[] b)
perform the ListNotEqualPass math operation
float[]
operate(float[] a, float b)
perform the ListNotEqualPass math operation
float[]
operate(float[] a, float[] b)
perform the ListNotEqualPass math operation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
ListNotEqualPass
public ListNotEqualPass()
Method Detail
operate
public float[] operate(float a,
                       float[] b)
perform the ListNotEqualPass math operation
Specified by:
operate in interface ListOperator
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 ListNotEqualPass math operation
Specified by:
operate in interface ListOperator
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 ListNotEqualPass math operation
Specified by:
operate in interface ListOperator
Parameters:
a - list from the leftmost input
b - list from the rightmost input
Java API documentation generated with DocFlex/Doclet v1.6.0
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