Click or drag to resize
ODEExamineStepOptions Enumeration
ExamineStep options

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public enum ExamineStepOptions
Members
  Member nameValueDescription
BeforeStep1 Indicates examining before the next step.
AfterSuccessfulStep2 Indicates examining after a successful step.
AfterUnsuccessfulStep3 Indicates examining after an unsuccessful step.
See Also