Back to FabImage Studio website
You are here: Start » Filter Reference » Array Basics » ArrayIndices
Creates an array of element indices, i.e. {0, 1, 2, ..., N-1}, where N is the length of the input array.
Name | Type | Description | |
---|---|---|---|
![]() |
inArray | <T>Array | |
![]() |
outArray | IntegerArray | Array indices |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Complexity Level
This filter is available on Advanced Complexity Level.