Click or drag to resize
ZerosFunctionSetBounds Method
Sets the closed interval in which to search for the roots.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual void SetBounds(
	double lowerBound,
	double upperBound
)

Parameters

lowerBound
Type: SystemDouble
a double containing the lower interval bound. lowerBound cannot be greater than or equal to upperBound.
upperBound
Type: SystemDouble
a double containing the upper interval bound.
Remarks
The function must be defined for all values in this interval.

Default: The search for the roots is not bounded.

See Also