Click or drag to resize

HavriliakNegamiModulusRetardationWithLogarithmizeResults 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 HavriliakNegamiModulusRetardation WithLogarithmizeResults(
	bool value
)

Parameters

value  Boolean
If set to true the dependent variable parts are returned as base-10 logarithms.

Return Value

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