Skip to content

y_range_funct_1dYRangeFunct1dYRangeFunct1dy_range_funct_1dT_y_range_funct_1d🔗

Short description🔗

y_range_funct_1dYRangeFunct1dYRangeFunct1dy_range_funct_1dT_y_range_funct_1d — Smallest and largest y value of the function.

Signature🔗

y_range_funct_1d( function_1d Function, out number YMin, out number YMax )void YRangeFunct1d( const HTuple& Function, HTuple* YMin, HTuple* YMax )static void HOperatorSet.YRangeFunct1d( HTuple function, out HTuple YMin, out HTuple YMax )def y_range_funct_1d( function: Sequence[Union[float, int]] ) -> Tuple[float, float]

Herror T_y_range_funct_1d( const Htuple Function, Htuple* YMin, Htuple* YMax )

void HFunction1D::YRangeFunct1d( double* YMin, double* YMax ) const

void HFunction1D.YRangeFunct1d( out double YMin, out double YMax )

Description🔗

y_range_funct_1dYRangeFunct1d calculates the smallest and the largest y value of Functionfunctionfunction.

Execution information🔗

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🔗

Functionfunctionfunction (input_control) function_1d → (real / integer)HTuple (double / Hlong)HFunction1D, HTuple (double / int / long)Sequence[Union[float, int]]Htuple (double / Hlong)

Input function.

YMinYMinymin (output_control) number → (real)HTuple (double)HTuple (double)floatHtuple (double)

Smallest y value.

YMaxYMaxymax (output_control) number → (real)HTuple (double)HTuple (double)floatHtuple (double)

Largest y value.

Combinations with other operators🔗

Combinations

Possible predecessors

create_funct_1d_pairsCreateFunct1dPairs, create_funct_1d_arrayCreateFunct1dArray

Module🔗

Foundation