The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



TCellPosition4D


Unit:SDL_sdlbase
Class: none
Declaration:
TCellPosition4D = record
                 X : integer;
                 Y : integer;
                 L : integer;
                 T : integer;
               end;

The TCellPosition4D type defines the position of a cell of a four-dimensional array. The record variables are the indices of the 4D matrix:



Last Update: 2023-Feb-06