I need help on Array and output please....
I am so sorry that I ask too many questions these days....
Your help will be greatly appreciated!!
Here are my mapping and data....
I don't want all data from local storage... Here is logic that I want to express:
first set
var sign[1] = (predictions[1].v - predictions[0].v) / (predictions[1].t - predictions[0].t)
***sign = - or +
Then
If sign[1] is bigger or smaller than sign[2],
It will return to sign[1]
then if sign[1] is -1, return to Low
or sign[1] = 1, return to High
I can implement with excel but not java ![]()
Please at least give me an idea how I can implement this please!!
Thank you....