Click or drag to resize
MinUnconMultiVarDigits Property
The number of good digits in the function.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public double Digits { get; set; }

Property Value

Type: Double
A double scalar value specifying the number of good digits in the user supplied function.
Exceptions
ExceptionCondition
ArgumentException is thrown if Digits is less than or equal to 0
Remarks
By default, Digits is set to 15.75.
See Also