Interface IArrayType
Array type
Namespace: Microsoft.ML.Probabilistic.Compiler.CodeModel
Assembly: Microsoft.ML.Probabilistic.Compiler.dll
Syntax
public interface IArrayType : IType, IComparable, IDotNetType
Properties
ElementType
Element type
Declaration
IType ElementType { get; set; }
Property Value
Type | Description |
---|---|
IType |
Rank
Rank of the array
Declaration
int Rank { get; }
Property Value
Type | Description |
---|---|
Int32 |