The number of good digits in the function.

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

Syntax

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

Field Value

A int scalar containing the number of good digits.

See Also