TransformedInterpolation Constructor |
Namespace: Altaxo.Calc.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic TransformedInterpolation(
IInterpolation interpolation,
Func<double, double> transform
)
Parameters
- interpolation IInterpolation
- The underlying interpolation.
- transform FuncDouble, Double
- The transformation applied to interpolated values.
See Also