Click or drag to resize

ArrheniusLawTimeWithIndependentVariableRepresentation Method

Creates a copy with a different representation 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 ArrheniusLawTime WithIndependentVariableRepresentation(
	TemperatureRepresentation value
)

Parameters

value  TemperatureRepresentation
The representation to use.

Return Value

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