Home ![]() ![]() ![]() ![]() |
||||
![]() |
||||
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. The feature matrix can be manipulated using the following properties and methods:
|