Difference between revisions of "LL Length"
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category: Linked list library functions]] | ||
+ | |||
== LL_Length( LL ) == | == LL_Length( LL ) == | ||
Line 6: | Line 8: | ||
To use this function, you must first add the [[Linked list library]] to your model. | To use this function, you must first add the [[Linked list library]] to your model. | ||
+ | |||
+ | ==Library== | ||
+ | [[Linked list library]] ([[media:Linked List Library.ana|Linked List Library.ana]]) | ||
+ | :Use [[File menu|File]] → '''Add Library...''' to add this library | ||
== See also == | == See also == | ||
* [[Linked list library]] | * [[Linked list library]] | ||
+ | * [[media:Linked List Library.ana|Linked List Library.ana]] |
Latest revision as of 19:57, 24 May 2016
LL_Length( LL )
Returns the number it items in the linked list «LL».
This is a slow operation, since it must visit every item in the linked list to count how many there are.
To use this function, you must first add the Linked list library to your model.
Library
Linked list library (Linked List Library.ana)
- Use File → Add Library... to add this library
See also
Comments
Enable comment auto-refresher