num_points_funct_1dNumPointsFunct1dNumPointsFunct1dnum_points_funct_1dT_num_points_funct_1d
Short description
num_points_funct_1dNumPointsFunct1dNumPointsFunct1dnum_points_funct_1dT_num_points_funct_1d — Number of control points of the function.
Signature
num_points_funct_1d( function_1d Function, out integer Length )void NumPointsFunct1d( const HTuple& Function, HTuple* Length )static void HOperatorSet.NumPointsFunct1d( HTuple function, out HTuple length )def num_points_funct_1d( function: Sequence[Union[float, int]] ) -> int
Herror T_num_points_funct_1d( const Htuple Function, Htuple* Length )
Hlong HFunction1D::NumPointsFunct1d( ) const
int HFunction1D.NumPointsFunct1d( )
Description
num_points_funct_1dNumPointsFunct1d calculates the number of control points
of Functionfunctionfunction.
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.
Lengthlengthlength (output_control) integer → (integer)HTuple (Hlong)HTuple (int / long)intHtuple (Hlong)
Number of control points.
Combinations with other operators
Combinations
Possible predecessors
create_funct_1d_pairsCreateFunct1dPairs, create_funct_1d_arrayCreateFunct1dArray
Module
Foundation