Access a function value using the index of the control points.
::get_pair_funct_1d accesses a function value of Function. This is done by specifying the index of one or more control points of the function.
|
Function (input_control) |
function_1d-array -> HTuple.double / long |
| Input function. | |
|
Index (input_control) |
integer(-array) -> HTuple.long |
| Index of the control points. | |
|
X (output_control) |
number(-array) -> (HTuple.) double * |
| X value at the given control points. | |
|
Y (output_control) |
number(-array) -> (HTuple.) double * |
| Y value at the given control points. | |
::create_funct_1d_pairs, ::create_funct_1d_array
Tools