Aurora Visio Studio TOP » Filter Reference » Array » Array Basics » TestArrayEmpty
Module: | FoundationLite |
---|
Tests whether the size of an array equals zero.
Name | Type | Description | |
---|---|---|---|
inArray | <T>Array | Input array | |
outIsEmpty | Bool |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Examples
inArray = {1,5} |
outIsEmpty = False |
inArray = {} |
outIsEmpty = True |
Complexity Level
This filter is available on Expert Complexity Level.
Filter Group
This filter is member of TestArray filter group.