Jump to content

Fixed-point data type

From LabVIEW Wiki
Revision as of 18:42, 9 May 2020 by Logmanoriginal (talk | contribs) (Logmanoriginal moved page Fixed-point to Fixed-point data type: Use the same naming convention as other data types)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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