BoundedLeastSquaresDigits Property |
The number of good digits in the function.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public int Digits { get; set; }
Public Property Digits As Integer
Get
Set
public:
property int Digits {
int get ();
void set (int value);
}
member Digits : int with get, set
Property Value
Type:
Int32
A
int scalar containing the number of good digits.
See Also