IMSL C# Numerical Library

MinUnconMultiVar.Digits Property

The number of good digits in the function.

public double Digits {get; set;}

Property 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 Type Condition
ArgumentException is thrown if Digits is less than or equal to 0

See Also

MinUnconMultiVar Class | Imsl.Math Namespace