Back to FabImage Studio website
You are here: Start » Filter Reference » Array Basics » TestArraySizeEqualTo
Tests whether the size of an array equals the given value.
Name | Type | Range | Description | |
---|---|---|---|---|
![]() |
inArray | <T>Array | Input array | |
![]() |
inReferenceSize | Integer | 0 - ![]() |
Value to check |
![]() |
outIsEqual | Bool | Whether the size of the array equals given value |
The type of this filter is defined using the type variable T which represents any valid type. Read more.
Examples
Description of usage of this filter can be found in examples and tutorial: Fuses.
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filters is member of TestArraySize filter group.