Welcome to our Support Center

Decrement Array Element

Description

Subtracts 1 from the specified element of a n-dimentional array.

 

Input parameters

 

array in : class, n-dimentional tensor.
index : integer, specifies the index of the element in the array that you want to decrement.

Output parameters

 

array out : class, returns the n-dimentional tensor with the specified element decremented.

Example

All these exemples are snippets PNG, you can drop these Snippet onto the block diagram and get the depicted code added to your VI (Do not forget to install PERRINE library to run it).

Table of Contents
Index