Click or drag to resize

ExtractCommonColumnsToTableOptionsInterpolation Property

If resampling of the data is neccessary, this gets the interpolation function (otherwise, it is set to null).

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IInterpolationFunctionOptions? Interpolation { get; init; }

Property Value

IInterpolationFunctionOptions
The interpolation function.
See Also