funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairsfunct_1d_to_pairs (算子名称)
名称
funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairsfunct_1d_to_pairs — Access to the x/y values of a function.
参数签名
def funct_1d_to_pairs(function: Sequence[Union[float, int]]) -> Tuple[Sequence[Union[int, float]], Sequence[Union[int, float]]]
描述
funct_1d_to_pairsfunct_1d_to_pairsFunct1dToPairsFunct1dToPairsFunct1dToPairsfunct_1d_to_pairs splits the input function FunctionFunctionFunctionFunctionfunctionfunction
into tuples for the x and y values.
运行信息
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
参数表
FunctionFunctionFunctionFunctionfunctionfunction (input_control) function_1d → HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input function.
XValuesXValuesXValuesXValuesXValuesxvalues (output_control) number-array → HTupleSequence[Union[int, float]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
X values of the function.
YValuesYValuesYValuesYValuesYValuesyvalues (output_control) number-array → HTupleSequence[Union[int, float]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Y values of the function.
可能的前置算子
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array
模块
Foundation