Click or drag to resize

VogelFulcherLawRateWithParameterT0Representation Method

Returns an instance with the provided T0 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 VogelFulcherLawRate WithParameterT0Representation(
	TemperatureRepresentation value
)

Parameters

value  TemperatureRepresentation
Temperature representation for parameter T0.

Return Value

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