funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairsfunct_1d_to_pairs (Operator)
Name
funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairsfunct_1d_to_pairs — Zugriff auf die x/y-Werte einer Funktion.
Signatur
def funct_1d_to_pairs(function: Sequence[Union[float, int]]) -> Tuple[Sequence[Union[int, float]], Sequence[Union[int, float]]]
Beschreibung
funct_1d_to_pairsfunct_1d_to_pairsFunct1dToPairsFunct1dToPairsFunct1dToPairsfunct_1d_to_pairs zerlegt die Eingabefunktion
FunctionFunctionFunctionFunctionfunctionfunction in Tupel von x- und y- Werten.
Ausführungsinformationen
- Multithreading-Typ: reentrant (läuft parallel zu nicht-exklusiven Operatoren).
- Multithreading-Bereich: global (kann von jedem Thread aufgerufen werden).
- Wird ohne Parallelisierung verarbeitet.
Parameter
FunctionFunctionFunctionFunctionfunctionfunction (input_control) function_1d → HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Eingabefunktion.
XValuesXValuesXValuesXValuesXValuesxvalues (output_control) number-array → HTupleSequence[Union[int, float]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
X-Werte der Funktion.
YValuesYValuesYValuesYValuesYValuesyvalues (output_control) number-array → HTupleSequence[Union[int, float]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Y-Werte der Funktion.
Vorgänger
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array
Modul
Foundation