Support Board
Date/Time: Thu, 30 Oct 2025 23:06:40 +0000
Post From: Array Statistics and functions
| [2024-02-01 08:48:14] |
| User719512 - Posts: 326 |
|
Expanding on what user43 says, I'd take whatever values you are looking at, put them in a std::list and write functions to operate on a list to find your desired calculations. From there you could optimize once it's working if perf an issue.
|
