Count Within Steps With =/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "<section begin=image/>right|alt=The Create Each Do 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>")
No edit summary
Line 11: Line 11:


<span id="Syntax"></span>
<span id="Syntax"></span>
===Sintaxis===
==Sintaxis==


<section begin=image/>[[File:Count Within Steps With Es.png|right|alt=The Create Each Do Block|thumb]]<section end=image/>
<section begin=image/>[[File:Count Within Steps With Es.png|right|alt=The Create Each Do 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>
Entradas en este bloque:
#una raza del primer menú desplegable
#un número en el primer cuadro de entrada
#un rasgo deseado del segundo menú desplegable
#un valor de rasgo para verificar en el segundo cuadro de entrada
 
<!-- <code>count [Dropdown: Type of Agent](s) within [Textbox: Number] steps with [Dropdown: Type of Trait](s) = [Textbox: Text]</code> -->


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 18:08, 27 July 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.

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