Math Helper
Reference
Helper component to perform mathematical operations.
Categories: [helpers]
Version: 1
Actions
Addition
Add two numbers.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
First number | NUMBER | NUMBER | |
Second number | NUMBER | NUMBER |
Output
Type: NUMBER
Division
Divide two numbers.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
First number | NUMBER | NUMBER | Number to be divided. |
Second number | NUMBER | NUMBER | Number to divide by. |
Output
Type: NUMBER
Modulo
Get the remainder of the division of two numbers.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
First number | NUMBER | NUMBER | Number to be divided. |
Second number | NUMBER | NUMBER | Number to divide by. |
Output
Type: NUMBER
Multiplication
Multiply two numbers.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
First number | NUMBER | NUMBER | |
Second number | NUMBER | NUMBER |
Output
Type: NUMBER
Subtraction
Subtract two numbers.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
First number | NUMBER | NUMBER | Number to subtract from. |
Second number | NUMBER | NUMBER | Number to subtract. |
Output
Type: NUMBER