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