Click or drag to resize

HavriliakNegamiSusceptibilityWithNumberOfTerms Method

Returns a new instance with the NumberOfTerms 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 HavriliakNegamiSusceptibility WithNumberOfTerms(
	int value
)

Parameters

value  Int32
The number of terms to use. Must be greater than or equal to 1.

Return Value

HavriliakNegamiSusceptibility
A new instance with the modified setting, or the same instance if the value is unchanged.
See Also