Click or drag to resize

NegateTransformationDerivative Method

Evaluates the derivative of the transformed y value.

Namespace: Altaxo.Data.Transformations
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (double ytrans, double dydxtrans) Derivative(
	double y,
	double dydx
)

Parameters

y  Double
The y value.
dydx  Double
The derivative of y with respect to x.

Return Value

ValueTupleDouble, Double
The transformed y value and the derivative of the transformed y value with respect to x.

Implements

IDoubleToDoubleTransformationDerivative(Double, Double)
See Also