Click or drag to resize

KohlrauschSusceptibilityInvertResult Property

Gets or sets a value indicating whether the complex dependent variable (the output of the fit function) should be inverted.

Namespace: Altaxo.Calc.FitFunctions.Relaxation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool InvertResult { get; }

Property Value

Boolean
true if the result is inverted; otherwise, false.
See Also