The number of good digits in the residuals.

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

Syntax

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

Field Value

An int specifying the number of good digits in the residuals.

Remarks

The number of digits must be greater than zero. By default, Digits = 15.

Exceptions

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

See Also