Number Distribution

Number_Distribution_Big.png 

Defines a series of number variables. The numbers are distributed equally over the given range. For example if you generate 3 numbers between 0 and 10 the result will be [0.0, 5.0, 10.0].

Inputs

Name

Type

Description

Start

Number

The first element of the series.

End

Number

The last element of the series.

Count

Integer

The number of elements in the series.

Outputs

Name

Type

Description

Variable

Number List

The resulting variable.