Count Within Steps

From StarLogo Nova Wiki
Revision as of 18:59, 10 August 2022 by Admin (talk | contribs) (Created page with "Category: Detection <section begin=image/>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. == Usage== <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. ===Syntax=== <code>co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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[code]

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