IMSL C# Numerical Library

NonlinLeastSquares.Digits Property

The number of good digits in the function.

public virtual int Digits {get; set;}

Property Value

An int specifying the number of good digits in the user supplied function which defines the least-squares problem.

Remarks

By default, the number of good digits is set to 7.

Exceptions

Exception Type Condition
ArgumentException is thrown if Digits is less than or equal to 0

See Also

NonlinLeastSquares Class | Imsl.Math Namespace