Back to FabImage Studio website

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

TestArraySizeEqualTo


Module: FoundationLite

Tests whether the size of an array equals the given value.

Name Type Range Description
Input value inArray <T>Array Input array
Input value inReferenceSize Integer 0 - Value to check
Output value 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.

Complexity Level

This filter is available on Expert Complexity Level.

Filter Group

This filter is member of TestArraySize filter group.