Interface IConditionExpression
Condition expression
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IConditionExpression : IExpression
Properties
Condition
If condition
Declaration
IExpression Condition { get; set; }
Property Value
Type | Description |
---|---|
IExpression |
Else
Else expression
Declaration
IExpression Else { get; set; }
Property Value
Type | Description |
---|---|
IExpression |
Then
Then expression
Declaration
IExpression Then { get; set; }
Property Value
Type | Description |
---|---|
IExpression |