OmniGraph Node omni.graph.test.Multiply2IntegerArrays

omni.graph.test.Multiply2IntegerArrays Properties

Name

Value

Version

1

Extension

omni.graph.test

Icon

ogn/icons/omni.graph.test.Multiply2IntegerArrays.svg

Has State?

False

Implementation Language

C++

Default Memory Type

cpu

Generated Code Exclusions

None

uiName

Multiple Two Arrays Of Integers

__categories

internal:test

Generated Class Name

OgnMultiply2IntArrayDatabase

Python Module

omni.graph.test

omni.graph.test.Multiply2IntegerArrays Description

Compute the array ‘output’ as the element-wise products of the input arrays ‘a’ and ‘b’. If either of the input arrays have size 1 then that value will be multipled to every element of the other to form the output.

omni.graph.test.Multiply2IntegerArrays Inputs

Name

Type

Default

Required?

Descripton

inputs:a

int[]

[]

Y

First array to be multiplied

__default

[]

inputs:b

int[]

[]

Y

Second array to be multiplied

__default

[]

omni.graph.test.Multiply2IntegerArrays Outputs

Name

Type

Default

Required?

Descripton

outputs:output

int[]

[]

Y

Product of the two arrays

__default

[]