Click or drag to resize

ArrheniusLawRateWithParameterEnergyRepresentation Method

Returns a copy of this instance with the provided energy unit for the parameter.

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

Parameters

value  EnergyRepresentation
The new energy unit.

Return Value

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