Class IntegrationException
Exception thrown when an integration routine fails.
class IntegrationException
: object .Exception
;
Constructors
Name | Description |
---|---|
this
|
|
this
|
Fields
Name | Type | Description |
---|---|---|
errorEstimate
|
immutable(real) | The current estimates of the integration result and absolute error. |
extra
|
immutable(char[]) | This value will sometimes contain more detailed information about the error. |
resultEstimate
|
immutable(real) | The current estimates of the integration result and absolute error. |
Methods
Name | Description |
---|---|
toString
|