Class AggregateExpression
Expression class representing the aggregate operator.
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public class AggregateExpression : CompositeExpression
Constructors
AggregateExpression(Expression, Expression)
Constructs a new AggregateExpression.
Declaration
public AggregateExpression(Expression frequency, Expression severity)
Parameters
| Type | Name | Description |
|---|---|---|
| Expression | frequency | the distribution of the number of variables in the sum. |
| Expression | severity | the distribution of each random variable in the sum. |
Remarks
This expression is only allowed for DiscreteFunctionNodes of interval subtype.
Exceptions
| Type | Condition |
|---|---|
| ExceptionHugin |
Methods
GetOperator()
Returns the operator of this Expression.
Declaration
public override Expression.Operator GetOperator()
Returns
| Type | Description |
|---|---|
| Expression.Operator |