Search Results for

    Show / Hide Table of Contents

    Class Doubles

    Collection of double values

    Inheritance
    object
    List<double>
    Doubles
    Implements
    IList<double>
    ICollection<double>
    IList
    ICollection
    IReadOnlyList<double>
    IReadOnlyCollection<double>
    IEnumerable<double>
    IEnumerable
    Inherited Members
    List<double>.Add(double)
    List<double>.AddRange(IEnumerable<double>)
    List<double>.AsReadOnly()
    List<double>.BinarySearch(int, int, double, IComparer<double>)
    List<double>.BinarySearch(double)
    List<double>.BinarySearch(double, IComparer<double>)
    List<double>.Clear()
    List<double>.Contains(double)
    List<double>.ConvertAll<TOutput>(Converter<double, TOutput>)
    List<double>.CopyTo(double[])
    List<double>.CopyTo(int, double[], int, int)
    List<double>.CopyTo(double[], int)
    List<double>.EnsureCapacity(int)
    List<double>.Exists(Predicate<double>)
    List<double>.Find(Predicate<double>)
    List<double>.FindAll(Predicate<double>)
    List<double>.FindIndex(Predicate<double>)
    List<double>.FindIndex(int, Predicate<double>)
    List<double>.FindIndex(int, int, Predicate<double>)
    List<double>.FindLast(Predicate<double>)
    List<double>.FindLastIndex(Predicate<double>)
    List<double>.FindLastIndex(int, Predicate<double>)
    List<double>.FindLastIndex(int, int, Predicate<double>)
    List<double>.ForEach(Action<double>)
    List<double>.GetEnumerator()
    List<double>.GetRange(int, int)
    List<double>.Slice(int, int)
    List<double>.IndexOf(double)
    List<double>.IndexOf(double, int)
    List<double>.IndexOf(double, int, int)
    List<double>.Insert(int, double)
    List<double>.InsertRange(int, IEnumerable<double>)
    List<double>.LastIndexOf(double)
    List<double>.LastIndexOf(double, int)
    List<double>.LastIndexOf(double, int, int)
    List<double>.Remove(double)
    List<double>.RemoveAll(Predicate<double>)
    List<double>.RemoveAt(int)
    List<double>.RemoveRange(int, int)
    List<double>.Reverse()
    List<double>.Reverse(int, int)
    List<double>.Sort()
    List<double>.Sort(IComparer<double>)
    List<double>.Sort(int, int, IComparer<double>)
    List<double>.Sort(Comparison<double>)
    List<double>.ToArray()
    List<double>.TrimExcess()
    List<double>.TrueForAll(Predicate<double>)
    List<double>.Capacity
    List<double>.Count
    List<double>.this[int]
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: Reportman.Drawing
    Assembly: Reportman.Drawing.dll
    Syntax
    public class Doubles : List<double>, IList<double>, ICollection<double>, IList, ICollection, IReadOnlyList<double>, IReadOnlyCollection<double>, IEnumerable<double>, IEnumerable

    Constructors

    Doubles()

    Declaration
    public Doubles()

    Implements

    IList<T>
    ICollection<T>
    IList
    ICollection
    IReadOnlyList<T>
    IReadOnlyCollection<T>
    IEnumerable<T>
    IEnumerable

    Extension Methods

    ListExtensions.Swap<T>(List<T>, int, int)
    In this article
    Back to top Generated by DocFX