[]
        
(Showing Draft Content)

FarPoint.CalcEngine.BooleanExpression

BooleanExpression Class

Represents an expression type with a boolean constant value as the expression.

Inheritance
ConstantExpression
BooleanExpression
Namespace: FarPoint.CalcEngine
Assembly: FarPoint.CalcEngine.dll
Syntax
public class BooleanExpression : ConstantExpression
Public Class BooleanExpression
    Inherits ConstantExpression

Constructors

Name Description
BooleanExpression(bool)

Creates a new expression with a boolean constant value.

Properties

Name Description
BooleanValue

Gets the boolean value as a boolean.

Value

Gets the boolean value as an object.