Click or drag to resize

ArrheniusLawWithDependentVariableRepresentation Method

Creates a copy of this instance with a changed dependent variable representation. This method is not implemented for the obsolete wrapper and throws NotImplementedException.

Namespace: Altaxo.Calc.FitFunctions.Materials
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ArrheniusLawTime WithDependentVariableRepresentation(
	TransformedValueRepresentation value
)

Parameters

value  TransformedValueRepresentation
The new dependent variable representation.

Return Value

ArrheniusLawTime
A new ArrheniusLawTime instance with the provided representation.
See Also