Class NotExpression
Expression class representing the Boolean not
function.
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.4-netstandard2.0-x64.dll
Syntax
public class NotExpression : CompositeExpression
Constructors
NotExpression(Expression)
Constructs a new NotExpression
Declaration
public NotExpression(Expression argument)
Parameters
Type | Name | Description |
---|---|---|
Expression | argument |
Methods
GetOperator()
Returns the operator of this Expression.
Declaration
public override Expression.Operator GetOperator()
Returns
Type | Description |
---|---|
Expression.Operator |