07-21-2006 02:41 PM
In LabVIEW 7.0 and earlier, only 1D arrays are aligned in memory, which
aids performance for array operations. In LabVIEW 7.1 and later, 1D and
2D arrays are aligned in memory. This aids in performance for linear
algebra operations and operations involving the matrix data type.
07-23-2006 03:17 PM
@Ben wrote:I read this on page 82 of the LV 8 Upgrade notes;"In LabVIEW 7.0 and earlier, only 1D arrays are aligned in memory, which
aids performance for array operations. In LabVIEW 7.1 and later, 1D and
2D arrays are aligned in memory. This aids in performance for linear
algebra operations and operations involving the matrix data type.
"So what does that mean, Long word alligned, quad word alligned.... ?When would I have to remenber this?Ben