Count Within Steps: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(Marked this version for translation)
Line 2: Line 2:
<translate>
<translate>


<!--T:1-->
[[Category: Detection]]
[[Category: Detection]]
<section begin=image/>[[File:Count Within Steps.png|alt=The count within steps|thumb]]<section end=image/>
<section begin=image/>[[File:Count Within Steps.png|alt=The count within steps|thumb]]<section end=image/>
<section begin="name" />'''<code>count [▼] within [_] steps</code>'''<section end="name" /> is a [[code block]] part of the [[Detection]] drawer.
<section begin="name" />'''<code>count [▼] within [_] steps</code>'''<section end="name" /> is a [[code block]] part of the [[Detection]] drawer.


<!--T:2-->
== Usage==
== Usage==
<p id="tooltip"><code>count [▼] within [_] steps</code> is used to provide the number of agents of a selected breed that exist within a given [[step]] limit in [[Spaceland]].</p>
<p id="tooltip"><code>count [▼] within [_] steps</code> is used to provide the number of agents of a selected breed that exist within a given [[step]] limit in [[Spaceland]].</p>


===Syntax===
===Syntax=== <!--T:3-->


<!--T:4-->
<code>count [Dropdown: Type of Agent](s) within [Textbox: Number] steps</code>
<code>count [Dropdown: Type of Agent](s) within [Textbox: Number] steps</code>


<!--T:5-->
==Common Uses==
==Common Uses==
*A common use of the <code>count [▼] within [_]</code> block is to monitor the total population of agents of a select breed. To do this simply, [[The World]] agent can be directed to count the number of agents within some region of [[Spaceland]].
*A common use of the <code>count [▼] within [_]</code> block is to monitor the total population of agents of a select breed. To do this simply, [[The World]] agent can be directed to count the number of agents within some region of [[Spaceland]].


==Nuances==
==Nuances== <!--T:6-->


<!--T:7-->
==Related Blocks==
==Related Blocks==
*<code>[[Count Within Steps With =|count [▼] within [_] with [▼] = [_]]]</code>
*<code>[[Count Within Steps With =|count [▼] within [_] with [▼] = [_]]]</code>
</translate>
</translate>

Revision as of 20:20, 26 June 2023

Other languages:
The count within steps

count [▼] within [_] steps is a code block part of the Detection drawer.

Usage

count [▼] within [_] steps is used to provide the number of agents of a selected breed that exist within a given step limit in Spaceland.

Syntax

count [Dropdown: Type of Agent](s) within [Textbox: Number] steps

Common Uses

  • A common use of the count [▼] within [_] block is to monitor the total population of agents of a select breed. To do this simply, The World agent can be directed to count the number of agents within some region of Spaceland.

Nuances

Related Blocks