Search Results for

    Show / Hide Table of Contents

    Interface IArrayType

    Array type

    Inherited Members
    IComparable.CompareTo(Object)
    IDotNetType.DotNetType
    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
    In This Article
    Back to top Copyright © .NET Foundation. All rights reserved.