Search Results for

    Show / Hide Table of Contents

    Class DVectorArray2f

    Inheritance
    Object
    DVectorArray2<Single>
    DVectorArray2f
    Implements
    IEnumerable<Single>
    IEnumerable
    Inherited Members
    DVectorArray2<Single>.vector
    DVectorArray2<Single>.Count
    DVectorArray2<Single>.GetEnumerator()
    DVectorArray2<Single>.Resize(Int32)
    DVectorArray2<Single>.Set(Int32, Single, Single)
    DVectorArray2<Single>.Append(Single, Single)
    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 DVectorArray2f : DVectorArray2<float>, IEnumerable<float>, IEnumerable

    Constructors

    DVectorArray2f(Int32)

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

    DVectorArray2f(Single[])

    Declaration
    public DVectorArray2f(float[] data)
    Parameters
    Type Name Description
    Single[] data

    Properties

    Item[Int32]

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

    Methods

    AsVector2f()

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

    Implements

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