Search Results for

    Show / Hide Table of Contents

    Class IndexArray4i

    Inheritance
    Object
    VectorArray4<Int32>
    IndexArray4i
    Implements
    IEnumerable<Int32>
    IEnumerable
    Inherited Members
    VectorArray4<Int32>.array
    VectorArray4<Int32>.Count
    VectorArray4<Int32>.GetEnumerator()
    VectorArray4<Int32>.Resize(Int32)
    VectorArray4<Int32>.Set(Int32, Int32, Int32, Int32, Int32)
    VectorArray4<Int32>.Set(Int32, Int32, VectorArray4<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 IndexArray4i : VectorArray4<int>, IEnumerable<int>, IEnumerable

    Constructors

    IndexArray4i(Int32)

    Declaration
    public IndexArray4i(int nCount)
    Parameters
    Type Name Description
    Int32 nCount

    IndexArray4i(Int32[])

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

    Properties

    Item[Int32]

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

    Methods

    AsIndex4i()

    Declaration
    public IEnumerable<Index4i> AsIndex4i()
    Returns
    Type Description
    IEnumerable<Index4i>

    Implements

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