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.... |
Home ![]() ![]() ![]() ![]() |
|
See also: Class TAssocArray, Properties and Methods of Class T2DArrayStack | |
Class T2DArrayStack |
|
![]()
The property MaxSize determines the maximum length of the stack. If you put more than MaxSize arrays on the stack, the Push method will be ignored. The last array can removed from the stack by the Pop method. You can find a particular matrix on the stack by its name using the method FindByName. This returns the stack index which can then be used to copy this matrix into a two-dimensional array by using the method CloneArray. The corresponding name can be retrieved by the property ArrayName.
|