OperateDivide (Node)

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

Overview

The OperateDivide node performs a division operation on data supplied to it, using the result of a numerical expression as the divisor.

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 OperateDivide node simply divides 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 divisor.
Last modified March 10, 2023: Web docs styling (#1350) (43924dc)