Class CompositeExpression
The ancestor class of all composite expression (for example arithmetic operators or standard distribution functions).
Inheritance
CompositeExpression
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.4-netstandard2.0-x64.dll
Syntax
public abstract class CompositeExpression : Expression
Methods
GetOperands()
Returns an ExpressionList containing the Expressions in this CompositeExpression.
Declaration
public ExpressionList GetOperands()
Returns
Type | Description |
---|---|
ExpressionList |