Login Page - Create Account

Support Board


Date/Time: Thu, 16 May 2024 04:47:58 +0000



Post From: GetHighest and GetLowest Function Prototypes

[2016-08-18 20:25:01]
User147461 - Posts: 33
I'm calling the GetHighest and GetLowest functions directly from a separate MyFunctions.cpp file and not from my main MyStudies.cpp file.

It would just be more convenient for me to have these prototypes included in the scstudyfunctions.h file if it causes no harm no foul.

These are also member functions of the ACSIL interface which have corresponding prototypes included in the scstudyfunctions.h file.
sc.GetSummation
sc.GetTrueHigh
sc.GetTrueLow
sc.GetTrueRange

Prototypes included in the scstudyfunctions.h file:
float GetSummation(SCFloatArrayRef In,int Index,int Length);
float GetTrueHigh(SCBaseDataRef BaseDataIn, int Index);
float GetTrueLow(SCBaseDataRef BaseDataIn, int Index);
float GetTrueRange(SCBaseDataRef BaseDataIn, int Index);

Thank you for reconsidering!