y_range_funct_1dT_y_range_funct_1dYRangeFunct1dYRangeFunct1dy_range_funct_1d (算子名称)
名称
y_range_funct_1dT_y_range_funct_1dYRangeFunct1dYRangeFunct1dy_range_funct_1d
— Smallest and largest y value of the function.
参数签名
def y_range_funct_1d(function: Sequence[Union[float, int]]) -> Tuple[float, float]
描述
y_range_funct_1dy_range_funct_1dYRangeFunct1dYRangeFunct1dYRangeFunct1dy_range_funct_1d
calculates the smallest and
the largest y value of FunctionFunctionFunctionFunctionfunctionfunction
.
运行信息
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
参数表
FunctionFunctionFunctionFunctionfunctionfunction
(input_control) function_1d →
HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)
Input function.
YMinYMinYMinYMinYMinymin
(output_control) number →
HTuplefloatHTupleHtuple (real) (double) (double) (double)
Smallest y value.
YMaxYMaxYMaxYMaxYMaxymax
(output_control) number →
HTuplefloatHTupleHtuple (real) (double) (double) (double)
Largest y value.
可能的前置算子
create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs
,
create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array
模块
Foundation