Click or drag to resize

PronySeriesInterpolationBaseXMinimumMaximum Property

Gets the minimum and maximum x values to be used. If this property is null, then the minimum and maximum x is determined automatically. In time domain, the x values are times. In frequency domain, the x values are frequencies (frequencies, not circular frequencies!).

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

Property Value

NullableValueTupleDouble, Double
See Also