I am trying to figure out the trick to getting Math.floor(), Math.ceil(), and Math.round() to work. I verified with isNaN() and isFinite() that the variable is a number. However, debugPrint shows it as a float even after the Math.floor() call. It plots as a float and displays as an integer in the Cursor window. I want an integer to plot so that I can line up with the ticks.
I've checked EFS Help and the JavaScript Reference. Any help would be appreciated.
I've checked EFS Help and the JavaScript Reference. Any help would be appreciated.
Comment