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



TEdgeOp


Unit: SDL_sdlbase
Class: none
Declaration: TEdgeOp = (eopMin, eopMax, eopSum, eopMean, eopStdDev);

The type declaration TEdgeOp declares the type of operation performed by the EdgeVector method:

eopMin find the minimum
eopMax find the maximum
eopSum calculate the sum
eopMean calculate the mean
eopStdDev calculate the standard deviation


Last Update: 2023-Feb-06