ReduceArray3_v2 Op

ReduceArray3

There is a newer version of this op!


This version will not receive any updates. It is recommended to use a newer version.

Current version: Ops.Array.ReduceArray3_v3

Copies only every x point from an array


<p>Creates a new array which contains every xth value triplet of the source array, e.g. when your source array is <code>[x1, y1, z1, x2, y2, z2, x3, y3, z3]</code> and <code>Every Xth Item</code> is set to <code>2</code>, the resulting array will be [x1, y1, z1, x3, y3, z3].</p>


Full Name
  • Ops.Array.ReduceArray3_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
Authorgithub








No op example found on this server

INPUT PORTS


Array (Array)

<p>The source array</p>

Every xth Item (Number:

<i>integer</i>

)

<p>When set to <code>1</code> source and result array will be identical, when set to <code>2</code> result array contains half the number of items of the source array and so on</p>

Max Index (Number:

<i>integer</i>

)

<p>If set to anything other than <code>0</code> the resulting array will contain <code>Max Index</code> value triplets at max</p>

OUTPUT PORTS


Result Array (Array)

<p>The new array containing only a subset of elements</p>


Patches using ReduceArray3_v2

  • Examples
  • Public
  • My Patches

Changelog


Ops.Array.ReduceArray3x renamed to Ops.Array.ReduceArray3user avatarpandur - 2019-06-13 09:51
Ops.Array.ReduceArray3 renamed to Ops.Array.ReduceArray3_v2user avatarpandur - 2020-05-08 12:51