funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairs (Operator)

Name

funct_1d_to_pairsT_funct_1d_to_pairsFunct1dToPairsFunct1dToPairs — Zugriff auf die x/y-Werte einer Funktion.

Signatur

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)

Beschreibung

funct_1d_to_pairsfunct_1d_to_pairsFunct1dToPairsFunct1dToPairsFunct1dToPairs zerlegt die Eingabefunktion FunctionFunctionFunctionFunctionfunction in Tupel von x- und y- Werten.

Ausführungsinformationen

Parameter

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

Eingabefunktion.

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

X-Werte der Funktion.

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

Y-Werte der Funktion.

Vorgänger

create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs, create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray

Modul

Foundation