latest
Operators
Integer Division

Mathematical integer division

ID

662ae72910b6cb87640c91c2

Name

Integer Division

Group

Operators

Package

Math

Keywords

div
/
intDiv
/[/]+[-]?[\d.]+$/

Operators

Trigonometric

Tools

Constants

Creation method

There are two options for creating Integer Division node.

  • The first way to create Integer Division node using the search list, which is opened by double left-clicking in the workspace. You can write the name of the node you need, or words associated with this node.
    • div , / , intDiv
    • / ( Any numeric value that will become the default value for port B ).
  • The second way is to select Integer Division node from the menu that opens from the top left.
    • Menu > Math > Operators > Integer Division

Steps

  • Create Integer Division node.
  • Connect the number to divide (dividend) to the first port.
  • Connect the number to divide with (divisor) to the second port.

See also

Multiplication
Addition
Subtraction
Division

Inputs

NameTypeDescriptionDefault Value
a
Number
Item to divide (dividend)
b
Number
Item to divide with (divisor)

Outputs

NameTypeDescription
div
Number
Result of integer division