Gets and sets the temperatures at each step.

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

Syntax

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

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.MismatchedSizeException Thrown if the number of temperatures is not the same as the number of steps.
CenterSpace.NMath.Core..::.InvalidArgumentException Thrown if any temperature is less than zero, or if the last temperature is not equal to zero.

See Also