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.InterpolationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double PointsPerDecade { get; init; }
Property Value
DoubleSee Also