Class BooleanExpression
A Boolean constant expression is used to compare state values of Boolean discrete chance or decision nodes.
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.4-netstandard2.0-x64.dll
Syntax
public class BooleanExpression : ConstantExpression
Constructors
BooleanExpression(bool)
Constructs a BooleanExpression from a boolean.
Declaration
public BooleanExpression(bool boolean)
Parameters
Type | Name | Description |
---|---|---|
bool | boolean |
Methods
GetBoolean()
Returns the value of this BooleanExpression.
Declaration
public bool GetBoolean()
Returns
Type | Description |
---|---|
bool |
GetOperator()
Returns the operator of this Expression.
Declaration
public override Expression.Operator GetOperator()
Returns
Type | Description |
---|---|
Expression.Operator |