KohlrauschSusceptibilityWithLogarithmizeResults Method |
Sets a value indicating whether the real and imaginary part of the dependent variable should be logarithmized (decadic logarithm).
Namespace: Altaxo.Calc.FitFunctions.RelaxationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public KohlrauschSusceptibility WithLogarithmizeResults(
bool value
)
Parameters
- value Boolean
- true if the real and imaginary part of the dependent variable should be logarithmized; otherwise, false.
Return Value
KohlrauschSusceptibilityNew instance with the parameter set accordingly.
See Also