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