funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairs (Operator)

Name

funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairs — Access to the x/y values of a function.

Signature

funct_1d_to_pairs( : : Function : XValues, YValues)

Herror T_funct_1d_to_pairs(const Htuple Function, Htuple* XValues, Htuple* YValues)

void Funct1dToPairs(const HTuple& Function, HTuple* XValues, HTuple* YValues)

void HFunction1D::Funct1dToPairs(HTuple* XValues, HTuple* YValues) const

static void HOperatorSet.Funct1dToPairs(HTuple function, out HTuple XValues, out HTuple YValues)

void HFunction1D.Funct1dToPairs(out HTuple XValues, out HTuple YValues)

Description

funct_1d_to_pairsfunct_1d_to_pairsFunct1dToPairsFunct1dToPairsFunct1dToPairs splits the input function FunctionFunctionFunctionFunctionfunction into tuples for the x and y values.

Execution Information

Parameters

FunctionFunctionFunctionFunctionfunction (input_control)  function_1d HFunction1D, HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Input function.

XValuesXValuesXValuesXValuesXValues (output_control)  number-array HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

X values of the function.

YValuesYValuesYValuesYValuesYValues (output_control)  number-array HTupleHTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Y values of the function.

Possible Predecessors

create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs, create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray

Module

Foundation