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.

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.

Options

Inputs

Keyword Arguments Default Description
Value double 1.0 Constant value to use as the divisor.
Last modified April 23, 2024: Update release notes. (70ff745)