Fixed-point data type

From LabVIEW Wiki
(Redirected from Fixed-point)
Jump to: navigation, search

The fixed-point numeric, first introduced to LabVIEW in version 8.5, is a data type for storing 64 bit, rational, decimal values with precision and range that vary based on the user's configuration of the numeric instance. Fixed-point numerics are useful on platforms such FPGA's, which do not support floating point math.

External links