> ## Documentation Index
> Fetch the complete documentation index at: https://docs.ntop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Sequence from Bounds

Create an equally spaced sequence between two values.

### Inputs

| Name  | Type                                                     | Description                                  |
| ----- | -------------------------------------------------------- | -------------------------------------------- |
| Start | [Scalar](../../../../block-documentation/types/scalar)   | The value of the first item in the sequence. |
| End   | [Scalar](../../../../block-documentation/types/scalar)   | The value of the last item in the sequence.  |
| Count | [Integer](../../../../block-documentation/types/integer) | The total number of items in the sequence.   |

### Outputs

| Type                                                        |
| ----------------------------------------------------------- |
| [Scalar List](../../../../block-documentation/types/scalar) |
