Get an array of indexes. This can be used when passing indexes
to methods that apply operations
| C# | Visual Basic | Visual C++ |
public int[] GetIndexes()
Public Function GetIndexes As Integer()
public: virtual array<int>^ GetIndexes() sealed
The indexes requested
Each register has its own indexes, so registers obtained
through slicing will have their own indexes and start at 0.