Click or drag to resize

ArrheniusLawTimeWithParameterEnergyRepresentation Method

Creates a copy with a different energy representation for the energy parameter.

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

Parameters

value  EnergyRepresentation
The energy representation to use.

Return Value

ArrheniusLawTime
A new instance with the requested representation, or the same instance if unchanged.
See Also