Class QuantileExpression
Expression class representing the quantile function.
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public class QuantileExpression : CompositeExpression
Constructors
QuantileExpression(Node, Expression)
Constructs a new QuantileExpression.
Declaration
public QuantileExpression(Node node, Expression probability)
Parameters
| Type | Name | Description |
|---|---|---|
| Node | node | |
| Expression | probability |
Remarks
The quantile function computes the quantile
corresponding to the specified probability argument
of the inverse cumulative distribution function.
Methods
GetOperator()
Returns the operator of this Expression.
Declaration
public override Expression.Operator GetOperator()
Returns
| Type | Description |
|---|---|
| Expression.Operator |