Cull number lists

Cull a number list using a mask.


Inputs

  • list

    • The list of values to cull.
  • mask

    • The list of boolean values that defines which values to cull.

Outputs

  • list

    • The list of values after defined values have been culled.
  • reject list

    • The list of values that have been culled.

Note(s)

  • Other names for this node include: CullList, Split list.

Example(s)