Class IterativeCalculationSettings
Settings to control how circular dependencies are resolved with iterative calculation.
Implements
Inherited Members
Namespace: Google.Apis.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class IterativeCalculationSettings : IDirectResponseSchema
Properties
ConvergenceThreshold
When iterative calculation is enabled and successive results differ by less than this threshold value, the calculation rounds stop.
Declaration
[JsonProperty("convergenceThreshold")]
public virtual double? ConvergenceThreshold { get; set; }
Property Value
Type | Description |
---|---|
double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MaxIterations
When iterative calculation is enabled, the maximum number of calculation rounds to perform.
Declaration
[JsonProperty("maxIterations")]
public virtual int? MaxIterations { get; set; }
Property Value
Type | Description |
---|---|
int? |