-
Notifications
You must be signed in to change notification settings - Fork 7
Angle Array Constructor
Ryan Porter edited this page Feb 25, 2018
·
1 revision
Constructs an angle array from the indices of the multi-index input.
Attribute Name | Description | Attribute Type |
---|---|---|
input (i) | Values that will be placed in the output array at their logical index. Values whose logical index is greater than size are ignored. |
doubleAngle[] |
fillValue (fv) | Value that will be placed in the output array if there is no input for that index. |
|
size (size) | The size of the output array. |
int |
output (o) | An angle array. | angleArray |