Count Within Steps: Difference between revisions

From StarLogo Nova Wiki
Line 8: Line 8:
===Syntax===
===Syntax===


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


==Common Uses==
==Common Uses==

Revision as of 08:34, 10 November 2022

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