LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Round down?

What is the most efficient method of rounding a number down to the next lower integer? I cannot find a LabVIEW function that is designed for this.

Thanks
0 Kudos
Message 1 of 3
(5,473 Views)
I can't attest to it's efficiency, but I use the 'Quotient & Remainder' primitive (Functions>Numeric>Quotient & Remainder) with y = 1.
0 Kudos
Message 2 of 3
(5,473 Views)
On your numeric palette is the function Round to -Infinity.
Message 3 of 3
(5,473 Views)