Back to Aurora Vision Studio websiteYou are here:
Start »
Filter Reference »
Array »
Array Basics »
ArraySize
Returns the number of elements in an array.
|
Name |
Type |
Description |
|
inArray |
<T>Array |
Input array |
|
outSize |
Integer |
Number of the array elements |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Hints
- Do NOT use this filter. Use "Count" property output instead. Read more about property outputs.
Examples
|
|
inArray = {6,7,3,4,10}
|
outSize = 5
|
Complexity Level
This filter is available on Basic Complexity Level.