Method PredictInt
PredictInt(int, int, int)
Calculate the predicted value for the given integer, using the previous three baselines.
Declaration
public int PredictInt(int baseline0, int baseline1, int baseline2)
Parameters
| Type | Name | Description |
|---|---|---|
| int | baseline0 | |
| int | baseline1 | |
| int | baseline2 |
Returns
| Type | Description |
|---|---|
| int |