Hugin .NET API Reference Library
CompositeExpression Class
Namespaces > HAPI > CompositeExpression
The ancestor class of all composite expression (for example arithmetic operators or standard distribution functions).
Syntax
C#Visual BasicManaged C++
public abstract class CompositeExpression : Expression
Public MustInherit Class CompositeExpression _
	Inherits Expression
public ref class CompositeExpression abstract : public Expression
Members
All MembersConstructorsMethodsPropertiesFieldsEvents



IconMemberDescription
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExpressionToString()
Returns a String representation of this Expression.
(Inherited from Expression.)
Finalize()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()
Serves as a hash function for a particular type. GetHashCode() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetOperands()
Returns an ExpressionList containing the Expressions in this CompositeExpression.
GetOperator()
Returns the operator of this Expression.
(Inherited from Expression.)
GetType()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToString()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy

Assembly: hugincs-8.6-2.0-x64 (Module: hugincs-8.6-2.0-x64)