Click or drag to resize

ShiftCurveTCount Property

Gets the number of points of this curve.

Namespace: Altaxo.Science.Thermorheology.MasterCurves
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int Count { get; }

Property Value

Int32
Remarks
Returns the minimum of the lengths of the X and Y lists to ensure pairs of coordinates.
See Also