Click or drag to resize

VogelFulcherLawRateWithParameterBRepresentation Method

Returns an instance with the provided B parameter temperature representation. Celsius and Fahrenheit are not allowed for parameter B because they are offset units.

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

Parameters

value  TemperatureRepresentation
Temperature representation for parameter B.

Return Value

VogelFulcherLawRate
Either the same instance if unchanged or a shallow-cloned instance with the updated representation.
Exceptions
ExceptionCondition
InvalidOperationExceptionThrown when Celsius or Fahrenheit is provided.
See Also