Support Board
Date/Time: Mon, 10 Feb 2025 14:19:37 +0000
Post From: explain when to use SCFloatArray vs SCFloatArrayRef ??
[2020-08-17 23:18:08] |
User681150 - Posts: 62 |
SCFLOATARRAY is strictly for declaring a variable without initializing. SCFLOATARRAYRef is when you want to point the variable (initialize it with =) at a specific array like at closing prices |