> For the complete documentation index, see [llms.txt](https://docs.graphlinq.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graphlinq.io/dev-tooling/blocks/array/get-array-size.md).

# Get Array Size

The "Get Array Size" block in the GraphLinq IDE provides the size or length of an array, which is crucial for many data processing tasks.

### Block Description

This block is categorized under Array blocks and is used to determine the number of elements in an array.

### Input Parameters

* Array (List\<object>): The array whose size is to be determined.

### Output Parameters

* Size (int): The number of elements in the array.

### Example Use Case

In a stock market analysis graph, the "Get Array Size" block can be used to determine the number of stock entries in an array before executing algorithms that require a specific sample size.
