Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesDouble Class / GetDoubleValue Method
the index of the value to obtain


In This Topic
    GetDoubleValue Method (NDataSeriesDouble)
    In This Topic
    Gets the double value at the specified index.
    Syntax
    'Declaration
     
    
    Public Function GetDoubleValue( _
       ByVal index As System.Integer _
    ) As System.Double
    'Usage
     
    
    Dim instance As NDataSeriesDouble
    Dim index As System.Integer
    Dim value As System.Double
     
    value = instance.GetDoubleValue(index)
    public System.double GetDoubleValue( 
       System.int index
    )

    Parameters

    index
    the index of the value to obtain

    Return Value

    the double value at the specified index
    Remarks
    The value is returned without applying interpolation for empty or infinity values.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also