Class Log10Expression
Expression class representing the log10 function.
Inherited Members
Namespace: HAPI
Assembly: hugincs-9.7-netstandard2.0-x64.dll
Syntax
public class Log10Expression : CompositeExpression
Constructors
Log10Expression(Expression)
Constructs a new Log10Expression.
Declaration
public Log10Expression(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 |