Click or drag to resize

AggregateTerm Properties

The AggregateTerm type exposes the following members.

Properties
  NameDescription
Public propertyAggregate
Gets the Aggregate this Expression represents.
Public propertyArguments
Gets the Arguments of the Expression.
(Overrides BaseUnaryExpressionArguments.)
Public propertyCanParallelise
Gets whether the expression can be parallelised.
(Overrides BaseUnaryExpressionCanParallelise.)
Public propertyFunctor
Gets the Functor of the Expression.
(Overrides BaseUnaryExpressionFunctor.)
Public propertyType
Gets the Type of the Expression.
(Overrides BaseUnaryExpressionType.)
Public propertyVariables
Gets the enumeration of variables that are used in the the aggregate expression.
(Overrides BaseUnaryExpressionVariables.)
Top
See Also