RootFinderException Type

Constructors

Constructor Description

RootFinderException(message, iteration, range, accuracy)

Full Usage: RootFinderException(message, iteration, range, accuracy)

Parameters:
    message : string
    iteration : int
    range : Range
    accuracy : float

message : string
iteration : int
range : Range
accuracy : float

Instance members

Instance member Description

this.Accuracy

Full Usage: this.Accuracy

this.Iteration

Full Usage: this.Iteration

this.Range

Full Usage: this.Range