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....



TDataSelMode


Unit:SDL_datatable
Class: none
Declaration: TDataSelMode = (selmRandSel, selmBlocked, selmInterleave);

The type declaration TDataSelMode declares the different types of data selection modes used in the method SplitDataSet. The following definitions are available:
selmRandSel random selection
selmBlocked blockwise selection (contiguous ranges of rows or columns)
selmInterleave interleaved selection of columns or rows


Last Update: 2023-Dec-14