Skip to content

Array Constructor

Ryan Porter edited this page Feb 12, 2017 · 1 revision

arrayCtor

Constructs an array from the indices of the multi-index input.

Attribute Name Description Attribute Type
input (i) The individual values that will be used to construct the output array. The logical indices of the input values are preserved - missing indices will be filled in with 0.0. double[]
size (size) The size of the output array. int
output (o) An array constructed from the input. doubleArray
Clone this wiki locally