Difference between revisions of "+1 (LogiX node)"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "++ is a node that adds up a 1 onto the value in the imput. So for example a 1 on the input will be 2 on the output and so on.")
 
Line 1: Line 1:
++ is a node that adds up a 1 onto the value in the imput.
+
<languages></languages>
 +
<translate>
 +
<!--T:1-->
 +
{{Infobox Logix Node
 +
|Name=++
 +
|Image=[[File:| |noframe|256px]]
 +
|Input0Type=Float|Input0Name=A
 +
|Output0Type=Float|Output0Name=*
 +
}}
  
So for example a 1 on the input will be 2 on the output and so on.
+
<!--T:2-->
 +
The '''++''' node outputs the value of input A increased by 1.
 +
 
 +
== Usage == <!--T:3-->
 +
When spawned from the node browser, this node accepts the float datatype by default. However, this node can be overloaded to accept various numeric value types if an appropriate wire is connected to the input. Note that this node is different to the identically named [[++ (LogiX node) (Actions)]] which increments a referenced value only when impulses are received.
 +
 
 +
== Examples == <!--T:4-->
 +
 
 +
== Node Menu == <!--T:5-->
 +
</translate>
 +
[[Category:LogiX{{#translation:}}|++]]
 +
[[Category:LogiX: Actions{{#translation:}}|++]]
 +
{{:NodeMenu-Operators{{#translation:}}}}

Revision as of 00:02, 12 November 2020

Other languages:
English • ‎日本語 • ‎한국어
++
[[File:| |noframe|256px]]
Inputs
  Float A
Outputs
  Float *

The ++ node outputs the value of input A increased by 1.

Usage

When spawned from the node browser, this node accepts the float datatype by default. However, this node can be overloaded to accept various numeric value types if an appropriate wire is connected to the input. Note that this node is different to the identically named ++ (LogiX node) (Actions) which increments a referenced value only when impulses are received.

Examples

Node Menu

Operators
Back Bool Vectors Nullable Parsing - ! !=
% & ?: ?? ^ | |V|
|V|² + +/- +1 < << ==
> >> × ×dT ÷ ÷dT
° · 0 1 -1 1/x
1-x A^-1 Cross Determinant Distance Filter Invalid Get Type
IsInfinity IsNaN IsNull Mask Matrix Element -n NAND
NOR Normalized NotNull Pack Columns Pack rgba Pack Rows Pack xy
Pack xyz Pack xyzw Project Reflect ROL ROR To String
Transpose Unpack Columns Unpack Rows Unpack xy Unpack xyz Unpack xyzw
XNOR