Click or drag to resize

DecadicExponentialTransformationTransform(Double) Method

Transforms the specified y value.

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

Parameters

y  Double
The y value.

Return Value

Double
The transformed y value.

Implements

IDoubleToDoubleTransformationTransform(Double)
See Also