The following table displays the numeric data types available in LabVIEW. LabVIEW stores each data type in a different way.

Terminal Numeric Data Type Bits of Storage on Disk Approximate Number of Decimal Digits Approximate Range

Control terminal representing single-precision floating-point data type.
Single-precision, floating-point 32 6 Minimum positive number: 1.40e–45 Maximum positive number: 3.40e+38 Minimum negative number: –1.40e–45 Maximum negative number: –3.40e+38

LabVIEW control terminal representing double-precision floating-point data type.
Double-precision, floating-point 64 15 Minimum positive number: 4.94e–324 Maximum positive number: 1.79e+308 Minimum negative number: –4.94e–324 Maximum negative number: –1.79e+308

LabVIEW control terminal representing extended-precision floating-point data type.
Extended-precision, floating-point 128 varies from 15 to 20 by platform Minimum positive number: 6.48e–4966 Maximum positive number: 1.19e+4932 Minimum negative number: –6.48e–4966 Maximum negative number: –1.19e+4932

LabVIEW control terminal representing a complex single-precision, floating-point number.
Complex single-precision, floating-point 64 6 Same as single-precision, floating-point for each (real and imaginary) part

LabVIEW control terminal representing a complex double-precision floating-point numeric data type.
Complex double-precision, floating-point 128 15 Same as double-precision, floating-point for each (real and imaginary) part

LabVIEW control terminal representing a complex extended-precision floating-point numeric data type.
Complex extended-precision, floating-point 256 varies from 15 to 20 by platform Same as extended-precision, floating-point for each (real and imaginary) part

LabVIEW control terminal representing a fixed-point numeric data type.
Fixed-point 64, or 72 if you include an overflow status varies by user configuration varies by user configuration

LabVIEW control terminal representing an 8-bit signed integer numeric data type.
Byte signed integer 8 2 –128 to 127

LabVIEW control terminal representing a 16-bit signed integer numeric data type.
Word signed integer 16 4 –32,768 to 32,767

LabVIEW control terminal representing a 32-bit signed integer numeric data type.
Long signed integer 32 9 –2,147,483,648 to 2,147,483,647

LabVIEW control terminal representing a 64-bit signed integer numeric data type.
Quad signed integer 64 18 –1e19 to 1e19

LabVIEW control terminal representing an 8-bit unsigned integer numeric data type.
Byte unsigned integer 8 2 0 to 255

LabVIEW control terminal representing a 16-bit unsigned integer numeric data type.
Word unsigned integer 16 4 0 to 65,535

LabVIEW control terminal representing a 32-bit unsigned integer numeric data type.
Long unsigned integer 32 9 0 to 4,294,967,295

LabVIEW control terminal representing a 64-bit unsigned integer numeric data type.
Quad unsigned integer 64 19 0 to 2e19

LabVIEW control terminal representing a <64.64>-bit time stamp data type.
128-bit time stamp 128 19 Minimum time: 01/01/1600 00:00:00 UTC maximum time: 01/01/3001 00:00:00 UTC