Click or drag to resize

InterpolationInformationBaseTYValues Property

List of all y values of the points that are used for the interpolation.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IReadOnlyList<T> YValues { get; }

Property Value

IReadOnlyListT
See Also