DataLab
is a compact statistics package aiming at exploratory data analysis. Please visit the
DataLab Web site
for more information....
Home
Programming DataLab
DLabPascal
1-Dimensional Arrays
Double
Fill1DArray
See also:
RandomFillVector
,
FillMatrix
,
RandomFillIntArray
,
Fill1DArraySerial
Index
Statistical Background
Fill1DArray
Declaration:
Fill1DArray
(var Arr:
TDoubleArray
; Value: double);
Sets all elements of the one-dimensional dynamic array
Arr
to
Value
.