Interface IUnaryExpression
Unary expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IUnaryExpression : IExpression
Properties
Expression
The source expression
Declaration
IExpression Expression { get; set; }
Property Value
Type | Description |
---|---|
IExpression |
Operator
The operator that acts on the source expression
Declaration
UnaryOperator Operator { get; set; }
Property Value
Type | Description |
---|---|
UnaryOperator |