Build Array from Constant
 
 
 

Categories

  • Array

Description

Outputs a new array of the specified size where each element is initialized to the specified constant input value.

Ports

Inputs

Size

Defines the size of the new array.

Value

The constant value used to build the array.

Outputs

Array

The new array.