Click or drag to resize

IDoubleToDoubleTransformationTransform(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#
double Transform(
	double y
)

Parameters

y  Double
The y value.

Return Value

Double
The transformed y value.
See Also