Search Results for

    Show / Hide Table of Contents

    Class DVectorArray3i

    Inheritance
    Object
    DVectorArray3<Int32>
    DVectorArray3i
    Implements
    IEnumerable<Int32>
    IEnumerable
    Inherited Members
    DVectorArray3<Int32>.vector
    DVectorArray3<Int32>.Count
    DVectorArray3<Int32>.GetEnumerator()
    DVectorArray3<Int32>.Resize(Int32)
    DVectorArray3<Int32>.Set(Int32, Int32, Int32, Int32)
    DVectorArray3<Int32>.Append(Int32, Int32, Int32)
    DVectorArray3<Int32>.Clear()
    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 DVectorArray3i : DVectorArray3<int>, IEnumerable<int>, IEnumerable

    Constructors

    DVectorArray3i(Int32)

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

    DVectorArray3i(Int32[])

    Declaration
    public DVectorArray3i(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