Click or drag to resize

KohlrauschModulusRelaxationWithUseFrequencyInsteadOfOmega Method

Returns a new instance with the UseFrequencyInsteadOfOmega 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 KohlrauschModulusRelaxation WithUseFrequencyInsteadOfOmega(
	bool value
)

Parameters

value  Boolean
true to interpret the independent variable as frequency; otherwise as omega.

Return Value

KohlrauschModulusRelaxation
New instance with the parameter set accordingly.
See Also