Click or drag to resize

PronySeriesInterpolationBasePointsPerDecade Property

Gets the number of Prony terms per decade. If this value is <=0, the property NumberOfPoints specifiy a fixed number of Prony terms. Else, if this property is > 0, it specify the number of Prony terms per decade, and NumberOfPoints only specifies the maximum number of Prony terms.

Namespace: Altaxo.Calc.Interpolation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double PointsPerDecade { get; init; }

Property Value

Double
See Also