CalculationOptions.MaxChange Property
In This Article
Gets or sets the maximum change for iterative calculations.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.2.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
#Declaration
#Property Value
Type | Description |
---|---|
Double | A Double value that specifies the change between iterations. Default is 0. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Max |
---|---|
Document |
|
#Remarks
The calculation stops after CalculationOptions.MaxIterationCount number of iterations or after all values change by less than the MaxChange between iterations, whichever comes first.
See Also