Search Results for

    Show / Hide Table of Contents

    Class VectorArray2d

    Inheritance
    Object
    VectorArray2<Double>
    VectorArray2d
    Implements
    IEnumerable<Double>
    IEnumerable
    Inherited Members
    VectorArray2<Double>.array
    VectorArray2<Double>.Count
    VectorArray2<Double>.GetEnumerator()
    VectorArray2<Double>.Resize(Int32)
    VectorArray2<Double>.Set(Int32, Double, Double)
    VectorArray2<Double>.Set(Int32, Int32, VectorArray2<Double>)
    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 VectorArray2d : VectorArray2<double>, IEnumerable<double>, IEnumerable

    Constructors

    VectorArray2d(Double[])

    Declaration
    public VectorArray2d(double[] data)
    Parameters
    Type Name Description
    Double[] data

    VectorArray2d(Int32)

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

    Properties

    Item[Int32]

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

    Methods

    AsVector2d()

    Declaration
    public IEnumerable<Vector2d> AsVector2d()
    Returns
    Type Description
    IEnumerable<Vector2d>

    Implements

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