Basic Features XPresso XPresso Nodes Calculate (Group) Math Operator
Function available in CINEMA 4D Prime, Visualize, Broadcast, Studio & BodyPaint 3D
Math Operator

Basic Node Parameter

Node Properties

Data Type

Use this setting to change the output node’s data type.

Function

Add

Adds the inputs together and outputs the result. This is the default function.

Subtract

Subtracts the second (and any additional) input from the first and outputs the result.

Multiply

Multiplies the inputs and outputs the result.

Divide

Divides the first input by the second input by each of the remaining inputs and outputs the result. e.g., 10 / 2 / 4 = 20 = (10 * 4) / 2.

Modulo

Outputs the integral remainder of a division. For example, 11 modulo 10 = 1 and 23 modulo 10 = 3.