Error |
public enum ErrorToleranceEnum
| Member name | Value | Description |
|---|---|---|
| Scalar | 0 | The relative error and absolute error tolerances are scalars. The program keeps the error of Y(I) below RelTol*Abs(Y[i]) + AbsTol. |
| Array | 1 | The relative error and absolute error tolerances are arrays. In this case the program keeps the error of Y(I) below RelTolArray[I]*Abs(Y(I))+AbsTolArray[i]. |
The ErrorToleranceEnum type exposes the following members.
| Name | Description | |
|---|---|---|
| IsT |
Determines whether the enumeration value is equal to the specified value.
(Defined by EnumerationExtensions) | |
| WithClearedFlagT |
Returns the enum value with the specified flag cleared.
(Defined by EnumerationExtensions) | |
| WithFlagT |
Returns the enum value with the specified flag set or cleared, depending on the value argument.
(Defined by EnumerationExtensions) | |
| WithSetFlagT |
Returns the enum value with the specified flag set.
(Defined by EnumerationExtensions) |