Nevron.Chart Namespace / NDataSeriesDouble Class / Evaluate Method


In This Topic
    Evaluate Method (NDataSeriesDouble)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function Evaluate( _
       ByVal singleArgumentFormula As System.String, _
       ByVal subset As NDataSeriesSubset _
    ) As System.Double
    'Usage
     
    
    Dim instance As NDataSeriesDouble
    Dim singleArgumentFormula As System.String
    Dim subset As NDataSeriesSubset
    Dim value As System.Double
     
    value = instance.Evaluate(singleArgumentFormula, subset)
    public System.double Evaluate( 
       System.string singleArgumentFormula,
       NDataSeriesSubset subset
    )

    Parameters

    singleArgumentFormula
    subset
    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