Increment

Add a double argument to any type (element-wise). This includes simple values, tuples, arrays, and arrays of tuples. The output type is always the same as the type of input:value. For example: tuple + double results a tuple. Chopping is used for approximation. For example: 4 + 3.2 will result 7. The default increment value is 1.0.

Installation

To use this Node, you must enable omni.graph.nodes in the Extension Manager.

Inputs

Name

Type

Description

Default

Value (value)

numerics

The operand that to be increased

Increment amount (increment)

double

The number added to the first operand

1.0

Outputs

Name

Type

Description

Default

Result (result)

numerics

Result of the increment