Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2032-standardlibrary-generic-cstack-cstackcount.md
T

13 lines
127 B
Markdown
Raw Normal View History

2026-06-23 21:47:51 +08:00
# Count
Returns the number of elements in the a stack.
```
int Count();
```
Return Value
Returns the number of elements.