Gets and sets the temperatures at each step.
Namespace:
CenterSpace.NMath.AnalysisAssembly: 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
| Exception | Condition |
|---|---|
| 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. |