docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class StdDoubleVector

    Inheritance
    object
    StdDoubleVector
    Implements
    IDisposable
    IList<double>
    ICollection<double>
    IEnumerable<double>
    IEnumerable
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: pxr
    Assembly: USD.NET.dll
    Syntax
    public class StdDoubleVector : IDisposable, IList<double>, ICollection<double>, IEnumerable<double>, IEnumerable

    Constructors

    Name Description
    StdDoubleVector()
    StdDoubleVector(IEnumerable<double>)
    StdDoubleVector(IEnumerable)
    StdDoubleVector(int)
    StdDoubleVector(IntPtr, bool)
    StdDoubleVector(StdDoubleVector)

    Fields

    Name Description
    swigCMemOwn

    Properties

    Name Description
    Capacity
    Count
    IsFixedSize
    IsReadOnly
    IsSynchronized
    this[int]

    Methods

    Name Description
    Add(double)
    AddRange(StdDoubleVector)
    Clear()
    Contains(double)
    CopyTo(double[])
    CopyTo(double[], int)
    CopyTo(int, double[], int, int)
    Dispose()
    Dispose(bool)
    ~StdDoubleVector()
    GetEnumerator()
    GetRange(int, int)
    IndexOf(double)
    Insert(int, double)
    InsertRange(int, StdDoubleVector)
    LastIndexOf(double)
    Remove(double)
    RemoveAt(int)
    RemoveRange(int, int)
    Repeat(double, int)
    Reverse()
    Reverse(int, int)
    SetRange(int, StdDoubleVector)
    ToArray()
    getCPtr(StdDoubleVector)
    swigRelease(StdDoubleVector)
    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)