KohlrauschModulusRelaxation(Boolean, Boolean, Boolean, Boolean) Constructor |
Namespace: Altaxo.Calc.FitFunctions.RelaxationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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