Click or drag to resize
NonlinLeastSquaresDigits Property
The number of good digits in the function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public virtual int Digits { get; set; }

Property Value

Type: Int32
An int specifying the number of good digits in the user supplied function which defines the least-squares problem.
Exceptions
ExceptionCondition
ArgumentException is thrown if Digits is less than or equal to 0
Remarks
By default, the number of good digits is set to 7.
See Also