Arithmetic Groups

Overview

These blocks are used for Arithmetic operation of a given input.

  • Add

  • Sub

  • Multiply

  • Divide

Add

Add Block

This block is used to sum of all the inputs and store result in the output.

Inputs and Outputs

Name

Description

Supported data type

In – Input 1

Operand 1 to be added

All Data Types

In – Input 2

Operand 2 to be added

All Data Types

In – Input n

Operand n to be added

All Data Types

Out – Output

Added value of all input operands

All Data Types

Sub

Sub Block

This block is used to subtract input 2 from input 1 and store result in the output.

Inputs and Outputs

Name

Description

Supported data type

In – Input 1

Minuend - Operand to be subtracted from

All Data Types

In – Input 2

Subtrahend - Operand to be subtracted

All Data Types

Out – Output

Subtracted value of two inputs operands

All Data Types

Multiply

Multiply Block

This block is used to product all the inputs and store result in the output.

Properties

Name

Description

Number of Inputs

Number of Inputs to be multiplied

Inputs and Outputs

Name

Description

Supported data type

In – Input 1

Operand 1 to be multiplied

All Data Types

In – Input 2

Operand 2 to be multiplied

All Data Types

In – Input n

Operand n to be multiplied

All Data Types

Out – Output

Multiplied value of all input operands

All Data Types

Divide

Divide Block

This block is used to divide the two inputs and store result in the output.

Inputs and Outputs

Name

Description

Supported data type

In - Input

Operand to be divided from

All Data Types

In - Input

Operand to be divided

All Data Types

Out – Output

Divided value of two input operands

All Data Types