get_pair_funct_1dT_get_pair_funct_1dGetPairFunct1dGetPairFunct1d (Operator)

Name

get_pair_funct_1dT_get_pair_funct_1dGetPairFunct1dGetPairFunct1d — Zugriff auf Funktionswerte über den Index der Stützstelle.

Signatur

get_pair_funct_1d( : : Function, Index : X, Y)

Herror T_get_pair_funct_1d(const Htuple Function, const Htuple Index, Htuple* X, Htuple* Y)

void GetPairFunct1d(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

static void HOperatorSet.GetPairFunct1d(HTuple function, HTuple index, out HTuple x, out HTuple y)

void HFunction1D.GetPairFunct1d(HTuple index, out HTuple x, out HTuple y)

void HFunction1D.GetPairFunct1d(int index, out double x, out double y)

Beschreibung

get_pair_funct_1dget_pair_funct_1dGetPairFunct1dGetPairFunct1dGetPairFunct1d greift auf einen Funktionswert der Funktion FunctionFunctionFunctionFunctionfunction zu. Hierzu wird der Index einer oder mehrerer Stützstellen angegeben.

Ausführungsinformationen

Parameter

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

Eingabefunktion.

IndexIndexIndexIndexindex (input_control)  integer(-array) HTupleHTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Index der Stützstelle(n).

XXXXx (output_control)  number(-array) HTupleHTupleHtuple (real) (double) (double) (double)

X-Wert an der vorgegebenen Stützstelle.

YYYYy (output_control)  number(-array) HTupleHTupleHtuple (real) (double) (double) (double)

Y-Wert an der vorgegebenen Stützstelle.

Vorgänger

create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairs, create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArray

Modul

Foundation