public class ComputationMulNum extends Computation
Modifier and Type | Field and Description |
---|---|
Computation |
a |
float |
b |
Constructor and Description |
---|
ComputationMulNum(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 ComputationMulNum(Computation a, float b)
public float eval(long timestamp, float[] data)
eval
in class Computation