Count Within Steps With =/es: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Created page with "==Bloques Relacionados== *<code>contar [▼] a distancia [_] pasos</code>")
Line 1: Line 1:
<languages />
<languages />
<div lang="en" dir="ltr" class="mw-content-ltr">
[[Category:Detección]]
[[Category:Detection]]
[[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" />'''<code>contar [▼] a distancia [_] pasos con [▼] = [_]</code>'''<section end="name" /> is a [[Special:MyLanguage/code block|bloque de código]] part of the [[Special:MyLangauge/Detection|detección]] drawer.
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 12: Line 10:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Syntax"></span>
===Syntax===
===Sintaxis===
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
Line 25: Line 22:
</div>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<span id="Nuances"></span>
==Nuances==
==Para tener en cuenta==
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
==Bloques Relacionados==
==Related Blocks==
*<code>[[Special:MyLanguage/Count Within Steps|contar [▼] a distancia [_] pasos]]</code>
*<code>[[Count Within Steps|count [▼] within [_]]]</code>
</div>

Revision as of 18:28, 10 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

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

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