Create Range

Node Icon

Create a 1D numeric array with a range of values defined by the start and stop values.

Outputs

Output

The output array.

Type: Numeric Array

Settings

Start Float

The first value in the range.

Stop Float

The greatest possible value in the range.

Step Size Float

The step size between consecutive elements in the range.

Data Type Selection

The data type of the output array.

Values: Integer32, Integer64, Float32, Float64

See also

Keywords: