Is there a way to get integer values from Slider?
The values I get from ui.value often come back as floating numbers
(ie 11.91) instead of
whole number or integers. This happens whether I'm using stepping or
steps. I need
my slider to return values in whole number increments because I will
using those values to manipulate indexes of an array. Is there anyway
to achieve this? or must I manually round off the numbers myself?