Click or drag to resize

AnnealingHistorySteps Property

Gets a list of steps in the annealing history.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public IList Steps { get; }

Property Value

IList
Remarks
Each step is an instance of AnnealingHistoryStep.
See Also