Interface HasRange
Indicates that a StatementBlock has an associated range that it loops over.
Namespace: Microsoft.ML.Probabilistic.Models
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface HasRange
Properties
Range
The Range being looped over.
Declaration
Range Range { get; }
Property Value
Type | Description |
---|---|
Range |