mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
split node - add comment to info re $N being number of messages arriving
This commit is contained in:
parent
858b3d640a
commit
4672d98e8a
@ -150,6 +150,7 @@
|
|||||||
<p>By default, the reduce expression is applied in order, from the first
|
<p>By default, the reduce expression is applied in order, from the first
|
||||||
to the last message of the sequence. It can optionally be applied in
|
to the last message of the sequence. It can optionally be applied in
|
||||||
reverse order.</p>
|
reverse order.</p>
|
||||||
|
<p>$N is the number of messages that arrive - even if they are identical.</p>
|
||||||
</dl>
|
</dl>
|
||||||
<p><b>Example:</b> the following settings, given a sequence of numeric values,
|
<p><b>Example:</b> the following settings, given a sequence of numeric values,
|
||||||
calculates the average value:
|
calculates the average value:
|
||||||
|
Loading…
Reference in New Issue
Block a user