Spread Windows Forms 15.0
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / BooleanExpression Class / BooleanExpression Constructor
Boolean value


In This Topic
    BooleanExpression Constructor
    In This Topic
    Creates a new expression with a boolean constant value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal value As Boolean _
    )
    'Usage
     
    
    Dim value As Boolean
     
    Dim instance As New BooleanExpression(value)
    public BooleanExpression( 
       bool value
    )

    Parameters

    value
    Boolean value
    See Also