[]
Gets or sets the maximum amount of change below which to stop iterating for caclulations with circular references.
public double MaximumChange { get; set; }
Public Property MaximumChange As Double
Type | Description |
---|---|
double | The maximum change. Default value is 0.001. |