Class SwitchBlock
A switch block is a condition block which acts like multiple case blocks ranging over the values of the integer condition variable.
Inherited Members
Namespace: Microsoft.ML.Probabilistic.Models
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public class SwitchBlock : ConditionBlock<int>, IDisposable, IStatementBlock, HasRange
Properties
Range
Get switch block's range
Declaration
public Range Range { get; }
Property Value
Type | Description |
---|---|
Range |