====Add Node==== This node **adds the two input values together**. This node is available in all [[analytic_modules|modules]]. This is part of the [[folder_math|Math nodes]], designed to perform mathematical functions and comparisons on values. {{addnode.png}} ===Inputs=== **Input #1** is a //number// and is the first value to be added. \\ **Input #2** is also a //number// and is the second value to be added. ===Outputs=== **Output #1** is a //number// and is equal to the value of Input 1 plus the value of Input 2. ===Options=== The **bvalue** option allows you to set the value of **Input 2** when that input isn't connected. It's a faster method than creating a [[basic_const|Const Number]] node.