While you are at it...
Can functions be passed as input parameters?
I want to pass a function to my study via the new FunctionParameter:
var iColorFib = new FunctionParameter("iColorFib", FunctionParameter.COLOR);
iColorFib.setDefault( Color.aqua );
That's how I tell my study what color to use.
I would like to be able to tell my study what function to use.
THANKING YOU IN ADVANCE.
Can functions be passed as input parameters?
I want to pass a function to my study via the new FunctionParameter:
var iColorFib = new FunctionParameter("iColorFib", FunctionParameter.COLOR);
iColorFib.setDefault( Color.aqua );
That's how I tell my study what color to use.
I would like to be able to tell my study what function to use.
THANKING YOU IN ADVANCE.
Comment