Search Results for

    Show / Hide Table of Contents

    Class VectorArray3i

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

    Constructors

    VectorArray3i(Int32)

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

    VectorArray3i(Int32[])

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

    Properties

    Item[Int32]

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

    Methods

    AsVector3i()

    Declaration
    public IEnumerable<Vector3i> AsVector3i()
    Returns
    Type Description
    IEnumerable<Vector3i>

    Set(Int32, Int32, Int32, Int32, Boolean)

    Declaration
    public void Set(int i, int a, int b, int c, bool bCycle = false)
    Parameters
    Type Name Description
    Int32 i
    Int32 a
    Int32 b
    Int32 c
    Boolean bCycle

    Implements

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