Click or drag to resize

KohlrauschModulusRelaxationWithLogarithmizeResults Method

Sets a value indicating whether the real and imaginary part of the dependent variable should be logarithmized (decadic logarithm).

Namespace: Altaxo.Calc.FitFunctions.Relaxation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public KohlrauschModulusRelaxation WithLogarithmizeResults(
	bool value
)

Parameters

value  Boolean
true if the real and imaginary part of the dependent variable should be logarithmized; otherwise, false.

Return Value

KohlrauschModulusRelaxation
New instance with the parameter set accordingly.
See Also