Gets a list of steps in the annealing history.

Namespace:  CenterSpace.NMath.Analysis
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

C#
public IList Steps { get; }
Visual Basic (Declaration)
Public ReadOnly Property Steps As IList
Visual C++
public:
property IList^ Steps {
	IList^ get ();
}

Remarks

Each step is an instance of AnnealingHistory..::.Step.

See Also