Search Results for

    Show / Hide Table of Contents

    Class DVectorArray2<T>

    Inheritance
    Object
    DVectorArray2<T>
    DIndexArray2i
    DVectorArray2d
    DVectorArray2f
    Implements
    IEnumerable<T>
    IEnumerable
    Inherited Members
    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 DVectorArray2<T> : IEnumerable<T>, IEnumerable
    Type Parameters
    Name Description
    T

    Constructors

    DVectorArray2(T[])

    Declaration
    public DVectorArray2(T[] data)
    Parameters
    Type Name Description
    T[] data

    DVectorArray2(Int32)

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

    Fields

    vector

    Declaration
    public DVector<T> vector
    Field Value
    Type Description
    DVector<T>

    Properties

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32

    Methods

    Append(T, T)

    Declaration
    public void Append(T a, T b)
    Parameters
    Type Name Description
    T a
    T b

    GetEnumerator()

    Declaration
    public IEnumerator<T> GetEnumerator()
    Returns
    Type Description
    IEnumerator<T>

    Resize(Int32)

    Declaration
    public void Resize(int count)
    Parameters
    Type Name Description
    Int32 count

    Set(Int32, T, T)

    Declaration
    public void Set(int i, T a, T b)
    Parameters
    Type Name Description
    Int32 i
    T a
    T b

    Implements

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