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