Class DoubleCollection
Inheritance
System.Object
System.Collections.Generic.List<System.Double>
DoubleCollection
Inherited Members
System.Collections.Generic.List<System.Double>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<System.Double>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<System.Double>.Add(System.Double)
System.Collections.Generic.List<System.Double>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<System.Double>.AddRange(System.Collections.Generic.IEnumerable<System.Double>)
System.Collections.Generic.List<System.Double>.AsReadOnly()
System.Collections.Generic.List<System.Double>.BinarySearch(System.Int32, System.Int32, System.Double, System.Collections.Generic.IComparer<System.Double>)
System.Collections.Generic.List<System.Double>.BinarySearch(System.Double)
System.Collections.Generic.List<System.Double>.BinarySearch(System.Double, System.Collections.Generic.IComparer<System.Double>)
System.Collections.Generic.List<System.Double>.Clear()
System.Collections.Generic.List<System.Double>.Contains(System.Double)
System.Collections.Generic.List<System.Double>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<System.Double>.ConvertAll<TOutput>(System.Converter<System.Double, TOutput>)
System.Collections.Generic.List<System.Double>.CopyTo(System.Double[])
System.Collections.Generic.List<System.Double>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<System.Double>.CopyTo(System.Int32, System.Double[], System.Int32, System.Int32)
System.Collections.Generic.List<System.Double>.CopyTo(System.Double[], System.Int32)
System.Collections.Generic.List<System.Double>.Exists(System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.Find(System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.FindAll(System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.FindIndex(System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.FindIndex(System.Int32, System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.FindIndex(System.Int32, System.Int32, System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.FindLast(System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.FindLastIndex(System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.FindLastIndex(System.Int32, System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.FindLastIndex(System.Int32, System.Int32, System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.ForEach(System.Action<System.Double>)
System.Collections.Generic.List<System.Double>.GetEnumerator()
System.Collections.Generic.List<System.Double>.System.Collections.Generic.IEnumerable<System.Double>.GetEnumerator()
System.Collections.Generic.List<System.Double>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<System.Double>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<System.Double>.IndexOf(System.Double)
System.Collections.Generic.List<System.Double>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<System.Double>.IndexOf(System.Double, System.Int32)
System.Collections.Generic.List<System.Double>.IndexOf(System.Double, System.Int32, System.Int32)
System.Collections.Generic.List<System.Double>.Insert(System.Int32, System.Double)
System.Collections.Generic.List<System.Double>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<System.Double>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<System.Double>)
System.Collections.Generic.List<System.Double>.LastIndexOf(System.Double)
System.Collections.Generic.List<System.Double>.LastIndexOf(System.Double, System.Int32)
System.Collections.Generic.List<System.Double>.LastIndexOf(System.Double, System.Int32, System.Int32)
System.Collections.Generic.List<System.Double>.Remove(System.Double)
System.Collections.Generic.List<System.Double>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<System.Double>.RemoveAll(System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.RemoveAt(System.Int32)
System.Collections.Generic.List<System.Double>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<System.Double>.Reverse()
System.Collections.Generic.List<System.Double>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<System.Double>.Sort()
System.Collections.Generic.List<System.Double>.Sort(System.Collections.Generic.IComparer<System.Double>)
System.Collections.Generic.List<System.Double>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<System.Double>)
System.Collections.Generic.List<System.Double>.Sort(System.Comparison<System.Double>)
System.Collections.Generic.List<System.Double>.ToArray()
System.Collections.Generic.List<System.Double>.TrimExcess()
System.Collections.Generic.List<System.Double>.TrueForAll(System.Predicate<System.Double>)
System.Collections.Generic.List<System.Double>.Capacity
System.Collections.Generic.List<System.Double>.Count
System.Collections.Generic.List<System.Double>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<System.Double>.System.Collections.Generic.ICollection<System.Double>.IsReadOnly
System.Collections.Generic.List<System.Double>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<System.Double>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<System.Double>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<System.Double>.Item[System.Int32]
System.Collections.Generic.List<System.Double>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.Spreadsheet.UI
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public class DoubleCollection : List<double>, IList<double>, ICollection<double>, IList, ICollection, IReadOnlyList<double>, IReadOnlyCollection<double>, IEnumerable<double>, IEnumerable
Constructors
DoubleCollection()
Declaration
public DoubleCollection()
Methods
Freeze()
Declaration
public void Freeze()