Blazor | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / C1LengthList Class / GetOffset Method / GetOffset(Int32,Int32) Method
The starting index.
The ending index.

In This Topic
    GetOffset(Int32,Int32) Method
    In This Topic
    Gets the accumulated length between the specified indexes (including both).
    Syntax
    'Declaration
     
    
    Public Overloads Function GetOffset( _
       ByVal from As Integer, _
       ByVal to As Integer _
    ) As Double
    public double GetOffset( 
       int from,
       int to
    )

    Parameters

    from
    The starting index.
    to
    The ending index.
    See Also