get_pair_funct_1dGetPairFunct1dGetPairFunct1dget_pair_funct_1dT_get_pair_funct_1d
Short description
get_pair_funct_1dGetPairFunct1dGetPairFunct1dget_pair_funct_1dT_get_pair_funct_1d — Access a function value using the index of the control points.
Signature
get_pair_funct_1d( function_1d Function, integer Index, out number X, out number Y )void GetPairFunct1d( const HTuple& Function, const HTuple& Index, HTuple* X, HTuple* Y )static void HOperatorSet.GetPairFunct1d( HTuple function, HTuple index, out HTuple x, out HTuple y )def get_pair_funct_1d( function: Sequence[Union[float, int]], index: MaybeSequence[int] ) -> Tuple[Sequence[float], Sequence[float]]
def get_pair_funct_1d_s( function: Sequence[Union[float, int]], index: MaybeSequence[int] ) -> Tuple[float, float]Herror T_get_pair_funct_1d( const Htuple Function, const Htuple Index, Htuple* X, Htuple* Y )
void HFunction1D::GetPairFunct1d( const HTuple& Index, HTuple* X, HTuple* Y ) const
void HFunction1D::GetPairFunct1d( Hlong Index, double* X, double* Y ) const
void HFunction1D.GetPairFunct1d( HTuple index, out HTuple x, out HTuple y )
void HFunction1D.GetPairFunct1d( int index, out double x, out double y )
Description
get_pair_funct_1dGetPairFunct1d accesses a function value
of Functionfunctionfunction. This is done by specifying the
index of one or more control points of the function.
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.
Indexindexindex (input_control) integer(-array) → (integer)HTuple (Hlong)HTuple (int / long)MaybeSequence[int]Htuple (Hlong)
Index of the control points.
Xxx (output_control) number(-array) → (real)HTuple (double)HTuple (double)Sequence[float]Htuple (double)
X value at the given control points.
Yyy (output_control) number(-array) → (real)HTuple (double)HTuple (double)Sequence[float]Htuple (double)
Y value at the given control points.
Combinations with other operators
Combinations
Possible predecessors
create_funct_1d_pairsCreateFunct1dPairs, create_funct_1d_arrayCreateFunct1dArray
Module
Foundation