Back to Aurora Vision Studio website

You are here: Start » Filter Reference » Array » Array Basics » ArraySize

ArraySize


Module: FoundationLite

Returns the number of elements in an array.

Name Type Description
Input value inArray <T>Array Input array
Output value 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.