Click or drag to resize

ArrheniusLawRateWithIndependentVariableRepresentation Method

Returns a copy of this instance with the provided temperature unit for the independent variable.

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

Parameters

value  TemperatureRepresentation
The new temperature unit.

Return Value

ArrheniusLawRate
A copy of this instance with the requested temperature unit, or this instance if unchanged.
See Also