Difference between revisions of "× (LogiX node)"

From Neos Wiki
Jump to navigation Jump to search
Line 1: Line 1:
'''x''' (''multiplication'') is a logix node operator that repeats the string given for a number of times specified.
+
'''x''' (''multiplication'') is a logix node operator that multiplies number,vectors or repeats a string given for a number of times specified.
  
 
for Example given the inputs "A" and 3 would result in the output string "AAA"
 
for Example given the inputs "A" and 3 would result in the output string "AAA"
  
 
[[File:X.jpg]]
 
[[File:X.jpg]]

Revision as of 17:03, 30 April 2020

x (multiplication) is a logix node operator that multiplies number,vectors or repeats a string given for a number of times specified.

for Example given the inputs "A" and 3 would result in the output string "AAA"

X.jpg