Difference between revisions of "Translations:For (LogiX node)/10/ja"

From Neos Wiki
Jump to navigation Jump to search
(Created page with "<code>Iteration</code>の出力値は、<code>Reverse</code>の値によって、<code>LoopIteration</code>から新しいインパルスが出力するたびに増加また...")
 
 
Line 1: Line 1:
<code>Iteration</code>の出力値は、<code>Reverse</code>の値によって、<code>LoopIteration</code>から新しいインパルスが出力するたびに増加または減少します。<code>Reverse</code> が False の場合、<code>Iteration</code> は <code>LoopIteration</code> からインパルスが発射されるたびに増加し、最初は値0で始まり、最後は<code>Count</code>で終了します。<code>Reverse</code> が True の場合、<code>Iteration</code>の値は、最初は<code>Count</code>で減少し、最後は0になることになります。
+
* <code>Iteration</code>の出力値は、<code>Reverse</code>の値によって、<code>LoopIteration</code>から新しいインパルスが出力するたびに増加または減少します。<code>Reverse</code> が False の場合、<code>Iteration</code> は <code>LoopIteration</code> からインパルスが発射されるたびに増加し、最初は値0で始まり、最後は<code>Count</code>で終了します。<code>Reverse</code> が True の場合、<code>Iteration</code>の値は、最初は<code>Count</code>で減少し、最後は0になることになります。

Latest revision as of 15:07, 7 November 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (For (LogiX node))
* The <code>Iteration</code> output value is either incremented or decremented each time a new impulse is fired from <code>LoopIteration</code>, depending on the value of <code>Reverse</code>. If <code>Reverse</code> is False, <code>Iteration</code> is incremented each time an impulse is fired from <code>LoopIteration</code> starting with the value 0, during the first iteration, and ending with <code>Count</code> - 1 on the final iteration. If <code>Reverse</code> is True, the <code>Iteration</code> value is <code>Count</code> - 1 on the first iteration and decremented each time down to 0 on the final iteration.
Translation* <code>Iteration</code>の出力値は、<code>Reverse</code>の値によって、<code>LoopIteration</code>から新しいインパルスが出力するたびに増加または減少します。<code>Reverse</code> が False の場合、<code>Iteration</code> は <code>LoopIteration</code> からインパルスが発射されるたびに増加し、最初は値0で始まり、最後は<code>Count</code>で終了します。<code>Reverse</code> が True の場合、<code>Iteration</code>の値は、最初は<code>Count</code>で減少し、最後は0になることになります。
  • Iterationの出力値は、Reverseの値によって、LoopIterationから新しいインパルスが出力するたびに増加または減少します。Reverse が False の場合、IterationLoopIteration からインパルスが発射されるたびに増加し、最初は値0で始まり、最後はCountで終了します。Reverse が True の場合、Iterationの値は、最初はCountで減少し、最後は0になることになります。