ArrheniusLawRateWithIndependentVariableRepresentation Method |
Returns a copy of this instance with the provided temperature unit for the independent variable.
Namespace: Altaxo.Calc.FitFunctions.MaterialsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic ArrheniusLawRate WithIndependentVariableRepresentation(
TemperatureRepresentation value
)
Parameters
- value TemperatureRepresentation
- The new temperature unit.
Return Value
ArrheniusLawRateA copy of this instance with the requested temperature unit, or this instance if unchanged.
See Also