The number of good digits in the function.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
public double Digits { get; set; } |
Visual Basic (Declaration) |
---|
Public Property Digits As Double |
Visual C++ |
---|
public: property double Digits { double get (); void set (double value); } |
Field Value
A double scalar value specifying the number of good digits in the user supplied function.
Remarks
By default, Digits is set to 15.75.
Exceptions
Exception | Condition |
---|---|
System..::.ArgumentException | is thrown if Digits is less than or equal to 0 |