get_pair_funct_1dT_get_pair_funct_1dGetPairFunct1dGetPairFunct1dget_pair_funct_1d (算子名称)

名称

get_pair_funct_1dT_get_pair_funct_1dGetPairFunct1dGetPairFunct1dget_pair_funct_1d — Access a function value using the index of the control points.

参数签名

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)

def get_pair_funct_1d(function: Sequence[Union[float, int]], index: MaybeSequence[int]) -> Tuple[Sequence[float], Sequence[float]]

def get_pair_funct_1d_s(function: Sequence[Union[float, int]], index: MaybeSequence[int]) -> Tuple[float, float]

描述

get_pair_funct_1dget_pair_funct_1dGetPairFunct1dGetPairFunct1dGetPairFunct1dget_pair_funct_1d accesses a function value of FunctionFunctionFunctionFunctionfunctionfunction. This is done by specifying the index of one or more control points of the function.

运行信息

参数表

FunctionFunctionFunctionFunctionfunctionfunction (input_control)  function_1d HFunction1D, HTupleSequence[Union[float, int]]HTupleHtuple (real / integer) (double / int / long) (double / Hlong) (double / Hlong)

Input function.

IndexIndexIndexIndexindexindex (input_control)  integer(-array) HTupleMaybeSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)

Index of the control points.

XXXXxx (output_control)  number(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

X value at the given control points.

YYYYyy (output_control)  number(-array) HTupleSequence[float]HTupleHtuple (real) (double) (double) (double)

Y value at the given control points.

可能的前置算子

create_funct_1d_pairscreate_funct_1d_pairsCreateFunct1dPairsCreateFunct1dPairsCreateFunct1dPairscreate_funct_1d_pairs, create_funct_1d_arraycreate_funct_1d_arrayCreateFunct1dArrayCreateFunct1dArrayCreateFunct1dArraycreate_funct_1d_array

模块

Foundation