Count Within Steps With =/es: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 10: Line 10:


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
== Usage==
==Usage==
<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]].
<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]].
</div>
</div>
Line 17: Line 17:
==Sintaxis==
==Sintaxis==


<section begin=image/>[[File:Count Within Steps With Es.png|right|alt=The Create Each Do Block|thumb]]<section end=image/>
[[File:Count Within Steps With Es.png|right|alt=The Create Each Do Block|thumb]]


Entradas en este bloque:
Entradas en este bloque:

Revision as of 19:14, 10 August 2023

Other languages:
Count within steps with equal

contar [▼] a distancia [_] pasos con [▼] = [_] is a bloque de código part of the detección drawer.

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.

Sintaxis

The Create Each Do Block

Entradas en este bloque:

  1. una raza del primer menú desplegable
  2. un número en el primer cuadro de entrada
  3. un rasgo deseado del segundo menú desplegable
  4. un valor de rasgo para verificar en el segundo cuadro de entrada


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.

Para tener en cuenta

Bloques Relacionados