Interface IExpression
All expressions derive from this
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IExpression
Methods
GetExpressionType()
Returns the static type of this expression.
Declaration
Type GetExpressionType()
Returns
Type | Description |
---|---|
Type | The type of the expression |