Login Page - Create Account

Support Board


Date/Time: Sun, 19 May 2024 10:52:40 +0000



Post From: ACS - SCFloatArray - wrong definition

[2017-01-21 13:25:06]
jizzary - Posts: 177
(URL:Working with ACSIL Arrays and Understanding Looping: Array Types)

SCFloatArray : This is an array of 4 byte float variables. This is the type of array used with the sc.BaseData[] and sc.Subgraph[].Data arrays.
This type of array is a reference to an array which is internally allocated and maintained within Sierra Chart.
It does not contain a copy of the data. Only a reference to the data. The contents of this type of array can be modified by the study function.

pls refer the bold text (i made it bold)
it contradicts the previous line
and it looks like a mistake as SCFloatArrayRef is defined to be "This type is a reference to a SCFloatArray array"

either i failed to understand, or
yout definition is wrong

pls explain or fix the definition