Search Results for

    Show / Hide Table of Contents

    Class VectorArray4<T>

    Inheritance
    Object
    VectorArray4<T>
    IndexArray4i
    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 VectorArray4<T> : IEnumerable<T>, IEnumerable
    Type Parameters
    Name Description
    T

    Constructors

    VectorArray4(T[])

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

    VectorArray4(Int32)

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

    Fields

    array

    Declaration
    public T[] array
    Field Value
    Type Description
    T[]

    Properties

    Count

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

    Methods

    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, T, T)

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

    Set(Int32, Int32, VectorArray4<T>)

    Declaration
    public void Set(int iStart, int iCount, VectorArray4<T> source)
    Parameters
    Type Name Description
    Int32 iStart
    Int32 iCount
    VectorArray4<T> source

    Implements

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