ResizeMat3D

Declaration: ResizeMat3D(var Mat: TDouble3DArray; SizeX, SizeY, SizeZ: integer);
Resizes the three-dimensional dynamic array Mat to the size SizeX x SizeY x SizeZ. Please note that dynamic arrays have 0-based indices.