Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread.Model Namespace / IIterationSupport Interface / MaximumChange Property
Example


In This Topic
    MaximumChange Property (IIterationSupport)
    In This Topic
    Gets or sets the maximum amount of change below which iterations stop.
    Syntax
    'Declaration
     
    
    Property MaximumChange As Double
    'Usage
     
    
    Dim instance As IIterationSupport
    Dim value As Double
     
    instance.MaximumChange = value
     
    value = instance.MaximumChange
    double MaximumChange {get; set;}

    Property Value

    Double-precision, floating point value for the maximum amount of change
    Remarks
    This is the limit for calculating values that have a circular reference in the formula.
    Example
    See Also