public class BooleanComputationEqualNum extends BooleanComputation
| Modifier and Type | Field and Description |
|---|---|
Computation |
a |
float |
b |
| Constructor and Description |
|---|
BooleanComputationEqualNum(Computation a,
float b) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
eval(long timestamp,
float[] data) |
public final Computation a
public final float b
public BooleanComputationEqualNum(Computation a, float b)
public boolean eval(long timestamp,
float[] data)
eval in class BooleanComputation