Skip to content

Lib.numbers.int.process

Operators

  • ClampInt — Bounds the defined or incoming integer to the predefined upper and lower limit
  • FloatToInt — Converts a float value to an integer. This can be useful for using values for indices or random seeds. Note: positive values will be floored (0.9 becomes 0), negative values get ceiled (-0.9 becomes 0).
  • GetAPrime — Computes a prime number
  • IntListToBuffer — Converts a list of integer values to a structured GPU buffer.
  • IntsToBuffer — Combines / converts any connected integer into a buffer
  • KeepInts — Keeps integer values in a list
  • MaxInt — Outputs the maximum integer of the connected inputs.
  • MinInt — Outputs the minimum integer of the connected inputs.
  • TryParseInt — Tries to parse a string to an integer; if failing, the default value is used instead.

Auto-generated from the operator library.