Search Results for

    Show / Hide Table of Contents

    Class VectorArray2f

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

    Constructors

    VectorArray2f(Int32)

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

    VectorArray2f(Single[])

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