Click or drag to resize

KohlrauschModulusRelaxationWithUseFlowTerm Method

Sets a value indicating whether to use a flow term.

Namespace: Altaxo.Calc.FitFunctions.Relaxation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public KohlrauschModulusRelaxation WithUseFlowTerm(
	bool value
)

Parameters

value  Boolean
true if a flow term is included; otherwise, false.

Return Value

KohlrauschModulusRelaxation
New instance with the parameter set accordingly.
See Also