StdDevAsArray

Declaration: TSpCollItem.StdDevAsArray: TDoubleArray;
The property StdDevAsArray allows to access the standard deviation of the spectral array of the collection item as a whole. For accessing individual values of the standard deviation use the array property StdDev. Please note that you cannot set the length of the array by using SetLength - use SpecLength instead.