Click or drag to resize

VogelFulcherLawRateWithIndependentVariableRepresentation Method

Returns an instance with the provided independent variable representation.

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

Parameters

value  TemperatureRepresentation
New temperature representation for the independent variable.

Return Value

VogelFulcherLawRate
Either the same instance if unchanged or a shallow-cloned instance with the updated representation.
See Also