Login Page - Create Account

Support Board


Date/Time: Tue, 21 May 2024 11:20:13 +0000



Post From: How to avoid Subgraph_

[2020-06-01 15:11:46]
bradh - Posts: 865
Lookup SCFloatArray. Subgraphs are one form of the SCFloatArray structure. They have the same number of elements as the subgraphs, and can be indexed with sc.Index or with manual looping indices.

Persistent variables can also be used for intermediate calculations, as they do not get reinitialized every time the study runs, and you may only need one of the values, not an array of them.