Count Within Steps With =/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 3: Line 3:
[[Category:Code Block]]
[[Category:Code Block]]
<section begin=image/>[[File:Count within steps with equal.png|alt=Count within steps with equal|thumb]]<section end=image/>
<section begin=image/>[[File:Count within steps with equal.png|alt=Count within steps with equal|thumb]]<section end=image/>
<section begin="name" />'''<code>count [▼] within [_] steps with [▼] = [_]</code>'''<section end="name" /> is a [[code block]] part of the [[Detection]] drawer.
<section begin="name" /><p id="tooltip">Returns the number of agents of a selected breed with a specified trait within a specified radius of itself.</p>
 
'''<code>count [▼] within [_] steps with [▼] = [_]</code>'''<section end="name" /> is a [[code block]] part of the [[Detection]] drawer.


== Usage==
== Usage==
<p id="tooltip"><code>count [▼] within [_] steps with [▼] = [_]</code> is used to provide the number of agents of a selected breed AND specific trait that exist within a given [[step]] limit in [[Spaceland]].</p>
<code>count [▼] within [_] steps with [▼] = [_]</code> is used to provide the number of agents of a selected breed AND specific trait that exist within a given [[step]] limit in [[Spaceland]].
 
==Syntax==


===Syntax===
<section begin=image/>[[File:Count Within Steps With.png|right|alt=Count Within Steps With = Block|thumb]]<section end=image/>
<!-- <code>count [Dropdown: Type of Agent](s) within [Textbox: Number] steps with [Dropdown: Type of Trait](s) = [Textbox: Text]</code> -->
Inputs in this block:
#a breed from the first dropdown menu
#a number in the first input box
#a desired of trait from the second dropdown menu
#a value of trait to check for in the second input box


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


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

Revision as of 14:38, 8 August 2023

Other languages:
Count within steps with equal

Returns the number of agents of a selected breed with a specified trait within a specified radius of itself.

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

Usage

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

Syntax

Count Within Steps With = Block

Inputs in this block:

  1. a breed from the first dropdown menu
  2. a number in the first input box
  3. a desired of trait from the second dropdown menu
  4. a value of trait to check for in the second input box


Common Uses

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

Nuances

Related Blocks