Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SpreadsheetHelper Class / InterpolateValues Method
The numeric array.


In This Topic
    InterpolateValues Method
    In This Topic
    Fills missing items with interpolated values.
    Syntax
    'Declaration
     
    
    Public Shared Sub InterpolateValues( _
       ByVal values() As Double _
    ) 
    'Usage
     
    
    Dim values() As Double
     
    SpreadsheetHelper.InterpolateValues(values)
    public static void InterpolateValues( 
       double[] values
    )

    Parameters

    values
    The numeric array.
    See Also