The amount by which bounds may be violated during numerical differentiation.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double BoundViolationBound { get; set; }
Visual Basic (Declaration)
Public Property BoundViolationBound As Double
Visual C++
public:
property double BoundViolationBound {
	double get ();
	void set (double value);
}

Field Value

A double scalar value specifying the amount by which bounds may be violated during numerical differentiation.

Remarks

By default, BoundViolationBound is set to 1.0.

Exceptions

ExceptionCondition
System..::.ArgumentException is thrown if BoundViolationBound is set to a value less than or equal to 0.0

See Also