-
Notifications
You must be signed in to change notification settings - Fork 10
Array Angle Constructor
Ryan Porter edited this page Feb 12, 2017
·
1 revision
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. dougleAngle values are converted to doubles. |
doubleAngle[] |
size (size) | The size of the output array. |
int |
output (o) | An array constructed from the input . |
doubleArray |