Gets and sets the annealing schedule.

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

Syntax

C#
public AnnealingScheduleBase Schedule { get; set; }
Visual Basic (Declaration)
Public Property Schedule As AnnealingScheduleBase
Visual C++
public:
property AnnealingScheduleBase^ Schedule {
	AnnealingScheduleBase^ get ();
	void set (AnnealingScheduleBase^ value);
}

See Also