Back to FabImage Studio website
You are here: Start » Filter Reference » Array » Array Basics » TestArraySizeInRange
Module: | FoundationLite |
---|
Tests whether the number of elements in the input array falls into the specified range.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inArray | <T>Array | Input array | |
![]() |
inMinimumSize | Integer* | 0 - ![]() |
Minimum number of elements |
![]() |
inMaximumSize | Integer* | 0 - ![]() |
Maximum number of elements |
![]() |
outIsInRange | Bool | Whether the size of the array is in range |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Negative inMinimumSize value. |
Complexity Level
This filter is available on Advanced Complexity Level.
Filter Group
This filter is member of TestArraySize filter group.