Class FloatPointNumCollection

FloatPointNumCollection class

Contains a collection of doubling point numbers

public class FloatPointNumCollection : Collection<double>

Constructors

NameDescription
FloatPointNumCollection()Constructor.

Properties

NameDescription
Capacity { get; set; }
Count { get; }
Item { get; set; }

Methods

NameDescription
Add(double)Add the doubling point number in the collection.
BinarySearch(double)
BinarySearch(double, IComparer<double>)
BinarySearch(int, int, double, IComparer<double>)
Clear()
Contains(double)
CopyTo(double[])
CopyTo(double[], int)
CopyTo(int, double[], int, int)
Exists(Predicate<double>)
Find(Predicate<double>)
FindAll(Predicate<double>)
FindIndex(Predicate<double>)
FindIndex(int, Predicate<double>)
FindIndex(int, int, Predicate<double>)
FindLast(Predicate<double>)
FindLastIndex(Predicate<double>)
FindLastIndex(int, Predicate<double>)
FindLastIndex(int, int, Predicate<double>)
GetEnumerator()
IndexOf(double)
IndexOf(double, int)
IndexOf(double, int, int)
LastIndexOf(double)
LastIndexOf(double, int)
LastIndexOf(double, int, int)
Remove(double)Remove the doubling point number from the collection.
RemoveAt(int)

See Also