Gets and sets the starting temperature.

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

Syntax

C#
public double StartingTemperature { get; set; }
Visual Basic (Declaration)
Public Property StartingTemperature As Double
Visual C++
public:
property double StartingTemperature {
	double get ();
	void set (double value);
}

Remarks

Temperature decays linearly to zero over the life of the schedule.

See Also