 | AnnealingHistoryItem Property |
Gets a specified step in the annealing history.
Namespace:
CenterSpace.NMath.Core
Assembly:
NMath (in NMath.dll) Version: 7.3
Syntaxpublic AnnealingHistoryStep this[
int step
] { get; }
Public ReadOnly Default Property Item (
step As Integer
) As AnnealingHistoryStep
Get
public:
property AnnealingHistoryStep^ default[int step] {
AnnealingHistoryStep^ get (int step);
}
member Item : AnnealingHistoryStep with get
Parameters
- step
- Type: SystemInt32
Property Value
Type:
AnnealingHistoryStep
See Also