Click or drag to resize

VogelFulcherLawTimeWithParameterBRepresentation Method

Returns a new instance with the provided B parameter temperature representation.

Namespace: Altaxo.Calc.FitFunctions.Materials
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public VogelFulcherLawTime WithParameterBRepresentation(
	TemperatureRepresentation value
)

Parameters

value  TemperatureRepresentation
Temperature representation for parameter B. Celsius and Fahrenheit are not allowed for B.

Return Value

VogelFulcherLawTime
A new VogelFulcherLawTime instance or the same instance if unchanged.
See Also