Click or drag to resize

HavriliakNegamiModulusRelaxationWithUseFrequencyInsteadOfOmega Method

Returns a copy of this instance with the selected frequency interpretation.

Namespace: Altaxo.Calc.FitFunctions.Relaxation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public HavriliakNegamiModulusRelaxation WithUseFrequencyInsteadOfOmega(
	bool value
)

Parameters

value  Boolean
true to use frequency; false to use angular frequency.

Return Value

HavriliakNegamiModulusRelaxation
A fit function instance with the requested setting.
See Also