Jump to content

Type descriptor: Difference between revisions

From LabVIEW Wiki
New page: From the LabVIEW Help: LabVIEW associates each wire and terminal on the block diagram with a data type. LabVIEW keeps track of this type with a structure in memory called a type descripto...
(No difference)

Revision as of 15:48, 6 October 2007

From the LabVIEW Help:

LabVIEW associates each wire and terminal on the block diagram with a data type. LabVIEW keeps track of this type with a structure in memory called a type descriptor. This type descriptor is a sequence of 32-bit integers that can describe any data type in LabVIEW. Numeric values are written in hexadecimal format, unless otherwise noted.

External links