Class
TVec
The calling vector will store the mask, 1 at those index locations where the Op comparison was True and 0 at those index locations where the Op comparison was false.
The calling vector stores the mask as Integers in to the memory location occupied by Values array. The memory is typecasted to an array of integers via IValues pointer. Other TVec methods can not be used to perform operations on an array of integers unless explicitly specified.
| See Also |
|---|
| FindAndGather |
| FindAndSplit |
| FindIndexes |
| Find |
| Gather |
| Scatter |
| Copyright 2008 Dew Research |