Click or drag to resize

VogelFulcherLawDependentVariableRepresentation Property

Gets the representation used to transform the dependent variable for output. Setting this property is obsolete and will always throw a NotImplementedException. Use the output transformation in the fit function manager instead.

Namespace: Altaxo.Calc.FitFunctions.Materials
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public TransformedValueRepresentation DependentVariableRepresentation { get; set; }

Property Value

TransformedValueRepresentation
See Also