01-06-2010 01:51 PM
How do i make digits of precision round-off (3 digits) programmatically as per example below,
1. From 3343654091.106615 to 3343654091.107
2. From 3343654091.109615 to 3343654091.110
Thanks
SB_LV
Solved! Go to Solution.
01-06-2010 02:10 PM - edited 01-06-2010 02:11 PM
Nombre= Number
Décimale = digits of precision
Arrondir = Round
JM
LV86
01-06-2010 02:14 PM
Thanks for info...I use LabVIEW 8.5.1 and I can't open the VI.
Can you update the VI ...? Appreciated...!!!
01-06-2010 02:18 PM
01-06-2010 03:28 PM
Of course "x" should be a dbl
01-06-2010 05:07 PM