Gets the temperature at this step.

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

Syntax

C#
public double Temperature { get; }
Visual Basic (Declaration)
Public ReadOnly Property Temperature As Double
Visual C++
public:
property double Temperature {
	double get ();
}

See Also