funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairs (Operator)
Name
funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairs
— Access to the x/y values of a function.
Signature
Description
funct_1d_to_pairsfunct_1d_to_pairsFunct1dToPairsFunct1dToPairsFunct1dToPairs
splits the input function FunctionFunctionFunctionFunctionfunction
into tuples for the x and y values.
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.
XValuesXValuesXValuesXValuesXValues
(output_control) number-array →
HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
X values of the function.
YValuesYValuesYValuesYValuesYValues
(output_control) number-array →
HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Y values of the function.
Possible Predecessors
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs
,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray
Module
Foundation