Nevron Open Vision Documentation
Nevron.Nov.Formulas Namespace / NFormulaEngine Class / Evaluate Method
formula to evaluate


In This Topic
    Evaluate Method (NFormulaEngine)
    In This Topic
    Parses the specified formula and returns the result of its evaluation
    Syntax
    'Declaration
     
    
    Public Function Evaluate( _
       ByVal formula As System.String _
    ) As NVariant
    'Usage
     
    
    Dim instance As NFormulaEngine
    Dim formula As System.String
    Dim value As NVariant
     
    value = instance.Evaluate(formula)
    public NVariant Evaluate( 
       System.string formula
    )

    Parameters

    formula
    formula to evaluate

    Return Value

    result of the formula evaluation, or an empty variant if an empty formula was passed
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also