NaturalExponentialTransformationTransform(Double) Method |
Transforms the specified y value.
Namespace: Altaxo.Data.TransformationsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double Transform(
double value
)
Parameters
- value Double
[Missing <param name="value"/> documentation for "M:Altaxo.Data.Transformations.NaturalExponentialTransformation.Transform(System.Double)"]
Return Value
DoubleThe transformed y value.
Implements
IDoubleToDoubleTransformationTransform(Double)See Also