Click or drag to resize

VogelFulcherLawTimeWithParameterT0Representation Method

Returns a new 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 VogelFulcherLawTime WithParameterT0Representation(
	TemperatureRepresentation value
)

Parameters

value  TemperatureRepresentation
Temperature representation for parameter T0.

Return Value

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