Click or drag to resize

NaturalExponentialTransformationTransform(Double) Method

Transforms the specified y value.

Namespace: Altaxo.Data.Transformations
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Transform(
	double value
)

Parameters

value  Double

[Missing <param name="value"/> documentation for "M:Altaxo.Data.Transformations.NaturalExponentialTransformation.Transform(System.Double)"]

Return Value

Double
The transformed y value.

Implements

IDoubleToDoubleTransformationTransform(Double)
See Also