Spread WPF 17
GrapeCity.CalcEngine.Expressions Namespace / CalcDoubleExpression Class / DoubleValue Property


In This Topic
    DoubleValue Property
    In This Topic
    Gets the value of the double expression.
    Syntax
    'Declaration
     
    Public ReadOnly Property DoubleValue As Double
    'Usage
     
    Dim instance As CalcDoubleExpression
    Dim value As Double
     
    value = instance.DoubleValue
    public double DoubleValue {get;}

    Property Value

    An System.Double equal to the value of the represented expression.
    See Also