Class FloatPointNumCollection

FloatPointNumCollection class

Contains a collection of doubling point numbers

public class FloatPointNumCollection : Collection

Constructors

NameDescription
FloatPointNumCollection()Constructor.

Properties

NameDescription
Count { get; }Gets the number of elements actually contained in the collection.
Item { get; }Gets the element at the specified index.

Methods

NameDescription
Add(double)Add the doubling point number in the collection.
Clear()Removes all elements from collection.
GetEnumerator()Supports a simple iteration over a nongeneric collection.
IsExist(int)Is exist item in the collection.
Remove(double)Remove the doubling point number from the collection.

See Also