NonlinLeastSquaresDigits Property |
The number of good digits in the function.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public virtual int Digits { get; set; }
Public Overridable Property Digits As Integer
Get
Set
public:
virtual property int Digits {
int get ();
void set (int value);
}
abstract Digits : int with get, set
override Digits : int with 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 Remarks
By default, the number of good digits is set to 7.
See Also