IDoubleToDoubleTransformationTransform(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 double Transform(
double y
)
Parameters
- y Double
- The y value.
Return Value
DoubleThe transformed y value.
See Also