Spread Windows Forms 15.0
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / CellValue Structure / GetNumber(IEvaluationContext) Method
The evaluation context.


In This Topic
    GetNumber(IEvaluationContext) Method
    In This Topic
    Gets numeric value from the CellValue object.
    Syntax
    'Declaration
     
    
    Public Function GetNumber( _
       ByVal context As IEvaluationContext _
    ) As Double
    'Usage
     
    
    Dim instance As CellValue
    Dim context As IEvaluationContext
    Dim value As Double
     
    value = instance.GetNumber(context)
    public double GetNumber( 
       IEvaluationContext context
    )

    Parameters

    context
    The evaluation context.

    Return Value

    The numeric value.
    See Also