Gets or sets the precision when calculating certain functions, such as IRR and RATE.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public double CalculationPrecision { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property CalculationPrecision As Double |
A double value. The default is 1.0e-08.
See Also