Click or drag to resize

KohlrauschModulusRetardationWithLogarithmizeResults Method

Returns a new instance with the LogarithmizeResults property set to the specified value.

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

Parameters

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

Return Value

KohlrauschModulusRetardation
New instance with the parameter set accordingly.
See Also