Gets a specified step in the annealing history.

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

Syntax

C#
public AnnealingHistory..::.Step this[
	int step
] { get; }
Visual Basic (Declaration)
Public ReadOnly Default Property Item ( _
	step As Integer _
) As AnnealingHistory..::.Step
Visual C++
public:
property AnnealingHistory..::.Step^ default[int step] {
	AnnealingHistory..::.Step^ get (int step);
}

Parameters

step
Type: System..::.Int32

See Also