12-16-2010 04:30 AM
I am trying to round my data down to a given multiple. Is this possible to do in Labview? I am using 2009 Student Edition if that is relevant.
Many thanks in advance.
Solved! Go to Solution.
12-16-2010 04:43 AM
12-16-2010 05:23 AM
additional information on the round to nearest (also see help):
If you enter 1 as multiple and 1,5 as input the result is 2 as it is for an input of 2,5.
Like that the over all mean value of the inputs and the results is the same.
12-16-2010 05:24 AM
Thanks Henrik