OperateMultiply (Node)

Perform division on numerical data
Context Operate
Name Required? No
Branches

Overview

The OperateMultiply node performs a multiplication operation on data supplied to it, using the result of a numerical expression as the multiplier.

Description

In the “Operate” context all Operate* nodes are passed data of some dimensionality (e.g. from one of the Process* nodes) which is then subjected to some kind of mathematical operation.

The OperateMultiply node simply multiplies the values (not the axes) of the supplied data by a specified constant. The target data may be of any dimensionality.

Configuration

Control

Keyword Arguments Default Description
Value constant 1.0 Constant value to use as the multiplier.
Last modified March 10, 2023: Web docs styling (#1350) (43924dc)