Login Page - Create Account

Support Board


Date/Time: Sat, 18 May 2024 12:47:38 +0000



Post From: Working with double type array?

[2019-11-11 10:41:05]
GiovanniD - Posts: 41
ok, the explanations are clear, but unfortunately they do not solve the problem.
In my indicator I need of several calculation of the standard deviation in double format.
The compiler has indicated to me that the internal calculation function asks for a float vector at the output:

StdDeviation (SCFloatArrayRef In, SCFloatArrayRef Out, int Index, int Length)

So I think that the only possibility that I have is to create a function for the calculation of the standard deviation that returns double values, I imagine that there is not an internal function that returns these values, right?