Interface ILiteralExpression
A literal expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface ILiteralExpression : IExpression
Properties
Value
The value of the literal expression
Declaration
object Value { get; set; }
Property Value
Type | Description |
---|---|
Object |