Class NegateExpression
Expression class representing the unary - operator.
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public class NegateExpression : CompositeExpression
Constructors
NegateExpression(Expression)
Constructs a new NegateExpression
Declaration
public NegateExpression(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 |