Click or drag to resize

KohlrauschModulusRelaxation(Boolean, Boolean, Boolean, Boolean) Constructor

Initializes a new instance of the KohlrauschModulusRelaxation class with the specified settings.

Namespace: Altaxo.Calc.FitFunctions.Relaxation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public KohlrauschModulusRelaxation(
	bool useFrequencyInsteadOfOmega,
	bool useFlowTerm,
	bool invertViscosity,
	bool logarithmizeResult
)

Parameters

useFrequencyInsteadOfOmega  Boolean
true to interpret the independent variable as frequency; otherwise as omega.
useFlowTerm  Boolean
true to include the flow term.
invertViscosity  Boolean
true to use the inverted viscosity representation.
logarithmizeResult  Boolean
true to return logarithmized result values.
See Also