Divide
VEX node
Outputs the result of dividing each input value by the next.
See also: Add, Complement, Multiply, Multiply Constant
This operator outputs the result of dividing each input value by the next.
The first input can be an integer, float, vector, vector4, matrix3, or matrix. The allowed data types of subsequent inputs depend on the data type of the first input. For example, if the first input is a float, subsequent inputs can be either floats or integers. The output data type is always the same as the data type for the first input.
Inputs
Input Number 1…N
The input values to be divided.
Next Input
Where the next input value should be connected.
Any number of inputs can be specified.
Outputs
Combined Value
The result of dividing each input by the next.
See Also
-
Add
-
Complement
-
Multiply
-
Multiply Constant
-
Subtract
Inputs
|
Input Number 1…N |
The input values to be divided. |
|
Next Input |
Where the next input value should be connected. Up to 64 inputs can be specified. |
Outputs
|
Combined Value |
The result of dividing each input by the next. |