Click or drag to resize

MasterCurveCreationOptionsReferenceValue Property

If set, the resulting shift values are transformed in such a manner that the resulting shift at the Property1Name is 1. The behavior depends also on the value of UseExactReferenceValue. If this property is false, the curve that is nearest to the reference value is used as reference curve. If UseExactReferenceValue is true, the shift values are interpolated, and the exact reference value is used. If the value is not set, then the curve with the index IndexOfReferenceColumnInColumnGroup is used as reference curve.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double? ReferenceValue { get; init; }

Property Value

NullableDouble
See Also