Click or drag to resize

ManualIndices Property

Gets the list of indices that defines the manual ordering. The value is copied on initialization.

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

Property Value

IReadOnlyListInt32
See Also