Click or drag to resize

DifferentiateFirstPartialDerivative2 Method

Evaluates the first partial derivative of a bivariate function.

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double FirstPartialDerivative2(
	Func<double, double, double> f,
	double x,
	double y,
	int parameterIndex
)

Parameters

f  FuncDouble, Double, Double
Bivariate function handle.
x  Double
First argument at which to evaluate the derivative.
y  Double
Second argument at which to evaluate the derivative.
parameterIndex  Int32
Index of independent variable for partial derivative.

Return Value

Double

[Missing <returns> documentation for "M:Altaxo.Calc.Differentiate.FirstPartialDerivative2(System.Func{System.Double,System.Double,System.Double},System.Double,System.Double,System.Int32)"]

See Also