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