docs.unity3d.com
    Show / Hide Table of Contents

    Class StdDoubleVector

    Inheritance
    Object
    StdDoubleVector
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: pxr
    Syntax
    public class StdDoubleVector : IDisposable, IList<double>, ICollection<double>, IEnumerable<double>, IEnumerable

    Constructors

    StdDoubleVector()

    Declaration
    public StdDoubleVector()

    StdDoubleVector(StdDoubleVector)

    Declaration
    public StdDoubleVector(StdDoubleVector other)
    Parameters
    Type Name Description
    StdDoubleVector other

    StdDoubleVector(ICollection)

    Declaration
    public StdDoubleVector(ICollection c)
    Parameters
    Type Name Description
    ICollection c

    StdDoubleVector(Int32)

    Declaration
    public StdDoubleVector(int capacity)
    Parameters
    Type Name Description
    Int32 capacity

    Fields

    swigCMemOwn

    Declaration
    protected bool swigCMemOwn
    Field Value
    Type Description
    Boolean

    Properties

    Capacity

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

    Count

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32
    Implements
    ICollection<T>.Count

    IsFixedSize

    Declaration
    public bool IsFixedSize { get; }
    Property Value
    Type Description
    Boolean

    IsReadOnly

    Declaration
    public bool IsReadOnly { get; }
    Property Value
    Type Description
    Boolean
    Implements
    ICollection<T>.IsReadOnly

    IsSynchronized

    Declaration
    public bool IsSynchronized { get; }
    Property Value
    Type Description
    Boolean

    Item[Int32]

    Declaration
    public double this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    Double
    Implements
    IList<T>.Item[Int32]

    Methods

    Add(Double)

    Declaration
    public void Add(double x)
    Parameters
    Type Name Description
    Double x
    Implements
    ICollection<T>.Add(T)

    AddRange(StdDoubleVector)

    Declaration
    public void AddRange(StdDoubleVector values)
    Parameters
    Type Name Description
    StdDoubleVector values

    Clear()

    Declaration
    public void Clear()
    Implements
    ICollection<T>.Clear()

    Contains(Double)

    Declaration
    public bool Contains(double value)
    Parameters
    Type Name Description
    Double value
    Returns
    Type Description
    Boolean
    Implements
    ICollection<T>.Contains(T)

    CopyTo(Double[])

    Declaration
    public void CopyTo(double[] array)
    Parameters
    Type Name Description
    Double[] array

    CopyTo(Double[], Int32)

    Declaration
    public void CopyTo(double[] array, int arrayIndex)
    Parameters
    Type Name Description
    Double[] array
    Int32 arrayIndex
    Implements
    ICollection<T>.CopyTo(T[], Int32)

    CopyTo(Int32, Double[], Int32, Int32)

    Declaration
    public void CopyTo(int index, double[] array, int arrayIndex, int count)
    Parameters
    Type Name Description
    Int32 index
    Double[] array
    Int32 arrayIndex
    Int32 count

    Dispose()

    Declaration
    public virtual void Dispose()
    Implements
    IDisposable.Dispose()

    Finalize()

    Declaration
    protected void Finalize()

    GetEnumerator()

    Declaration
    public StdDoubleVector.StdDoubleVectorEnumerator GetEnumerator()
    Returns
    Type Description
    StdDoubleVector.StdDoubleVectorEnumerator

    GetRange(Int32, Int32)

    Declaration
    public StdDoubleVector GetRange(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count
    Returns
    Type Description
    StdDoubleVector

    IndexOf(Double)

    Declaration
    public int IndexOf(double value)
    Parameters
    Type Name Description
    Double value
    Returns
    Type Description
    Int32
    Implements
    IList<T>.IndexOf(T)

    Insert(Int32, Double)

    Declaration
    public void Insert(int index, double x)
    Parameters
    Type Name Description
    Int32 index
    Double x
    Implements
    System.Collections.Generic.IList<T>.Insert(System.Int32, T)

    InsertRange(Int32, StdDoubleVector)

    Declaration
    public void InsertRange(int index, StdDoubleVector values)
    Parameters
    Type Name Description
    Int32 index
    StdDoubleVector values

    LastIndexOf(Double)

    Declaration
    public int LastIndexOf(double value)
    Parameters
    Type Name Description
    Double value
    Returns
    Type Description
    Int32

    Remove(Double)

    Declaration
    public bool Remove(double value)
    Parameters
    Type Name Description
    Double value
    Returns
    Type Description
    Boolean
    Implements
    ICollection<T>.Remove(T)

    RemoveAt(Int32)

    Declaration
    public void RemoveAt(int index)
    Parameters
    Type Name Description
    Int32 index
    Implements
    IList<T>.RemoveAt(Int32)

    RemoveRange(Int32, Int32)

    Declaration
    public void RemoveRange(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count

    Repeat(Double, Int32)

    Declaration
    public static StdDoubleVector Repeat(double value, int count)
    Parameters
    Type Name Description
    Double value
    Int32 count
    Returns
    Type Description
    StdDoubleVector

    Reverse()

    Declaration
    public void Reverse()

    Reverse(Int32, Int32)

    Declaration
    public void Reverse(int index, int count)
    Parameters
    Type Name Description
    Int32 index
    Int32 count

    SetRange(Int32, StdDoubleVector)

    Declaration
    public void SetRange(int index, StdDoubleVector values)
    Parameters
    Type Name Description
    Int32 index
    StdDoubleVector values

    Explicit Interface Implementations

    IEnumerable<Double>.GetEnumerator()

    Declaration
    IEnumerator<double> IEnumerable<double>.GetEnumerator()
    Returns
    Type Description
    IEnumerator<Double>
    Implements
    IEnumerable<T>.GetEnumerator()

    IEnumerable.GetEnumerator()

    Declaration
    IEnumerator IEnumerable.GetEnumerator()
    Returns
    Type Description
    IEnumerator
    Implements
    IEnumerable.GetEnumerator()
    Back to top
    Copyright © 2023 Unity Technologies
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on Thursday, October 19, 2023