Show / Hide Table of Contents

Class IterativeCalculationSettings

Settings to control how circular dependencies are resolved with iterative calculation.

Inheritance
object
IterativeCalculationSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX