x_range_funct_1dT_x_range_funct_1dXRangeFunct1dXRangeFunct1dx_range_funct_1d (算子名称)
名称
x_range_funct_1dT_x_range_funct_1dXRangeFunct1dXRangeFunct1dx_range_funct_1d — Smallest and largest x value of the function.
参数签名
def x_range_funct_1d(function: Sequence[Union[float, int]]) -> Tuple[float, float]
描述
x_range_funct_1dx_range_funct_1dXRangeFunct1dXRangeFunct1dXRangeFunct1dx_range_funct_1d calculates the smallest and
the largest x value of FunctionFunctionFunctionFunctionfunctionfunction.
运行信息
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
参数表
FunctionFunctionFunctionFunctionfunctionfunction (input_control) function_1d → HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input function.
XMinXMinXMinXMinXMinxmin (output_control) number → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Smallest x value.
XMaxXMaxXMaxXMaxXMaxxmax (output_control) number → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Largest x value.
可能的前置算子
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array
模块
Foundation