Class IntegrationException

Exception thrown when an integration routine fails.

class IntegrationException
  : object.Exception ;

Constructors

NameDescription
this
this

Fields

NameTypeDescription
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

NameDescription
toString