Click or drag to resize

KohlrauschSusceptibilityWithIsRelativeDielectricPermittivity Method

Returns a new instance with the IsRelativeDielectricPermittivity 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 KohlrauschSusceptibility WithIsRelativeDielectricPermittivity(
	bool value
)

Parameters

value  Boolean
true to model relative dielectric permittivity; otherwise, false.

Return Value

KohlrauschSusceptibility
New instance with the parameter set accordingly.
See Also