Double to whole numbers

Hi,
I’m struggling to find a way to convert whole and fractional numbers to whole only
The modulo says it only works for integers
what is the easiest way to do this

EG. 25.34534536535 to 25.00. so I can use it to index an array
Thanks
Damian

Have you reviewed the math section of the system function list?

https://gigperformer.com/docs_5_0/SystemFunctionList.html#Roundx%20:%20Double

ah not seen that section thanks

The floor() is yours

1 Like