Spread ASP.NET 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / DoubleExpression Class / DoubleValue Property
Example


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

    Property Value

    Double-precision, floating point number containing the value
    Example
    This example creates a custom name using a DoubleExpression.
    See Also