IDoubleToDoubleTransformationDerivative Method |
Evaluates the derivative of the transformed y value.
Namespace: Altaxo.Data.TransformationsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax (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,
DoubleThe transformed y value and the derivative of the transformed y value with respect to x.
See Also