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



TCompareMode


Unit:SDL_datatable
Class: none
Declaration: TCompareMode = (cmLT, cmGT, cmLE, cmGE, cmEQ, cmNE, cmInRange, cmOutOfRange);

The type declaration TCompareMode declares the types of comparisons used, for example, in method FindCells. The following definitions are available:
cmLT less than
cmLE less than or equal
cmGT greater than
cmGE greater than or equal
cmEQ equal
cmNE not equal
cmInRange wihin a specified interval
cmOutOfRange outside of a specified interval


Last Update: 2023-Dec-14