Search Results for

    Show / Hide Table of Contents

    Class DIndexArray2i

    Inheritance
    Object
    DVectorArray2<Int32>
    DIndexArray2i
    Implements
    IEnumerable<Int32>
    IEnumerable
    Inherited Members
    DVectorArray2<Int32>.vector
    DVectorArray2<Int32>.Count
    DVectorArray2<Int32>.GetEnumerator()
    DVectorArray2<Int32>.Resize(Int32)
    DVectorArray2<Int32>.Set(Int32, Int32, Int32)
    DVectorArray2<Int32>.Append(Int32, Int32)
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: g3
    Assembly: cs.temp.dll.dll
    Syntax
    public class DIndexArray2i : DVectorArray2<int>, IEnumerable<int>, IEnumerable

    Constructors

    DIndexArray2i(Int32)

    Declaration
    public DIndexArray2i(int nCount = 0)
    Parameters
    Type Name Description
    Int32 nCount

    DIndexArray2i(Int32[])

    Declaration
    public DIndexArray2i(int[] data)
    Parameters
    Type Name Description
    Int32[] data

    Properties

    Item[Int32]

    Declaration
    public Index2i this[int i] { get; set; }
    Parameters
    Type Name Description
    Int32 i
    Property Value
    Type Description
    Index2i

    Methods

    AsIndex2i()

    Declaration
    public IEnumerable<Index2i> AsIndex2i()
    Returns
    Type Description
    IEnumerable<Index2i>

    Implements

    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable
    In This Article
    Back to top ViRGIS VR GIS