MinUnconMultiVar.Digits Property |
The number of good digits in the function.
Namespace: Imsl.MathAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntaxpublic double Digits { get; set; }
Public Property Digits As Double
Get
Set
public:
property double Digits {
double get ();
void set (double value);
}
member Digits : float with get, set
Property Value
Type:
Double
A
double scalar value specifying the number of good digits in
the user supplied function.
Exceptions
Remarks
By default, Digits is set to 15.75.
See Also