Click or drag to resize

InterpolationInformationBaseTYValues Property

List of all y values of the points that are used for the interpolation. The returned list is a read-only wrapper around the internal storage.

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

Property Value

IReadOnlyListT
See Also