The number of good digits in the function.

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

Syntax

C#
public virtual int Digits { get; set; }
Visual Basic (Declaration)
Public Overridable Property Digits As Integer
Visual C++
public:
virtual property int Digits {
	int get ();
	void set (int value);
}

Field 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

ExceptionCondition
System..::.ArgumentException is thrown if Digits is less than or equal to 0

See Also