Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Data Namespaces
Altaxo.Data.Transformations
InverseTransformation Class
InverseTransformation Methods
Derivative Method
GetRepresentationAsFunction Method
Transform Method
Inverse
Transformation
Derivative 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#
Copy
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
ValueTuple
Double
,
Double
The transformed y value and the derivative of the transformed y value with respect to x.
Implements
IDoubleToDoubleTransformation
Derivative(Double, Double)
See Also
Reference
InverseTransformation Class
Altaxo.Data.Transformations Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net