Skip to content

Lib.numbers.int.basic

Operators

  • AddInts — Adds two integers
  • IntAdd — Adds two integers
  • IntDiv — Divides Integer A (Numerator) by Integer B (Denominator)
  • IntToFloat — Converts an integer to a Float
  • ModInt — Modulo for integers.
  • MultiplyInt — Multiplies two Integers
  • MultiplyInts — Multiplies all connected integer values. This can be useful to calculate the capacity or volume defined by an arbitrary number of axes.
  • RandomChoiceIndex — Returns a random index for a given seed that can be used to pick from a list or scene.
  • SubInts — Subtracts int B from int A.
  • SumInts — Adds the connected integer values

Auto-generated from the operator library.