Int Operator

Node description and basic instructions

Description

Massive node to operation with int values and store operation result.

To create it, right-click in the editor and select Create Node/Tasks/Math/Int Operator

This task node has a number of fields, that are highlighted in picture below.

Fields

NameDescription

Node Name

Name of node.

Ignore About Self

Whether node ignores abort self or not.

Key 1

First key of int.

Key 2

Second key of int.

Store Result

Key to store operation result.

Operation

Logic Operator

Logic Operators

  • Add - Adding two numbers v1 + v2.

  • Sub - Subtraction of two numbers v1 - v2.

  • Mul - Multiplication of two numbers v1 * v2.

  • Div - Dividing one number by another v1 / v2.

  • Min - Select smallest of two or more values.

  • Max - Select largest of two or more values.

Last updated