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


In This Topic
    Value Property (DoubleExpression)
    In This Topic
    Gets the double value as an object.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Value As Object
    'Usage
     
    
    Dim instance As DoubleExpression
    Dim value As Object
     
    value = instance.Value
    public object Value {get;}

    Property Value

    Object containing the value
    Example
    This example creates a custom name using a DoubleExpression.
    See Also