Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class / SetItem(Int32,Double) Method
The index to set the value.
The value to be set.

In This Topic
    SetItem(Int32,Double) Method
    In This Topic
    Sets an item at the specified index.
    Syntax
    'Declaration
     
    
    Public Function SetItem( _
       ByVal index As Integer, _
       ByVal value As Double _
    ) As Double
    public double SetItem( 
       int index,
       double value
    )

    Parameters

    index
    The index to set the value.
    value
    The value to be set.

    Return Value

    Returns a delta value indicating the difference between the previous and the set value.
    See Also