scale_y_funct_1dT_scale_y_funct_1dScaleYFunct1dScaleYFunct1d (Operator)
Name
scale_y_funct_1dT_scale_y_funct_1dScaleYFunct1dScaleYFunct1d
— Multiplication and addition of the y values.
Signature
Description
scale_y_funct_1dscale_y_funct_1dScaleYFunct1dScaleYFunct1dScaleYFunct1d
multiplies and adds the y values
of FunctionFunctionFunctionFunctionfunction
with the parameters
MultMultMultMultmult
and AddAddAddAddadd
.
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
FunctionFunctionFunctionFunctionfunction
(input_control) function_1d →
HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input function.
MultMultMultMultmult
(input_control) number →
HTupleHTupleHtuple (real) (double) (double) (double)
Factor for scaling of the y values.
Default value: 2.0
Suggested values: 0.1, 0.3, 0.5, 1.0, 2.0, 5.0, 10.0
AddAddAddAddadd
(input_control) number →
HTupleHTupleHtuple (real) (double) (double) (double)
Constant which is added to the y values.
Default value: 0.0
Suggested values: -10.0, -5.0, 1.0, 0.0, 5.0, 10.0
FunctionScaledFunctionScaledFunctionScaledFunctionScaledfunctionScaled
(output_control) function_1d →
HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Transformed function.
Possible Predecessors
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs
,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray
Module
Foundation