Class ExponentialDistribution
Expression class representing the Exponential
distribution function.
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public class ExponentialDistribution : CompositeExpression
Constructors
ExponentialDistribution(Expression)
Constructs a new ExponentialDistribution.
Declaration
public ExponentialDistribution(Expression scale)
Parameters
| Type | Name | Description |
|---|---|---|
| Expression | scale |
ExponentialDistribution(Expression, Expression)
Constructs a new ExponentialDistribution.
Declaration
public ExponentialDistribution(Expression scale, Expression location)
Parameters
| Type | Name | Description |
|---|---|---|
| Expression | scale | |
| Expression | location |
Methods
GetOperator()
Returns the operator of this Expression.
Declaration
public override Expression.Operator GetOperator()
Returns
| Type | Description |
|---|---|
| Expression.Operator |