Click or drag to resize

HavriliakNegamiSusceptibilityWithLogarithmizeResults 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.3572.0 (4.8.3572.0)
Syntax
C#
public HavriliakNegamiSusceptibility WithLogarithmizeResults(
	bool value
)

Parameters

value  Boolean
true to return base-10 logarithms of the result parts; otherwise, false.

Return Value

HavriliakNegamiSusceptibility
A new instance with the modified setting, or the same instance if the value is unchanged.
See Also