FloatPointNumCollection Class

Contains a collection of doubleing point numbers
Inheritance Hierarchy
SystemObject
  Aspose.DiagramCollection
    Aspose.DiagramFloatPointNumCollection

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class FloatPointNumCollection : Collection

The FloatPointNumCollection type exposes the following members.

Constructors
  NameDescription
Public methodFloatPointNumCollection
Constructor.
Properties
  NameDescription
Public propertyCount
Gets the number of elements actually contained in the collection.
(Inherited from Collection.)
Public propertyItem
Gets the element at the specified index.
Protected propertyList
List of the elemens.
(Inherited from Collection.)
Methods
  NameDescription
Public methodAdd
Add the doubleing point number in the collection.
Public methodClear
Removes all elements from collection.
(Inherited from Collection.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Supports a simple iteration over a nongeneric collection.
(Inherited from Collection.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsExist
Is exist item in the collection.
(Inherited from Collection.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRemove
Remove the doubleing point number from the collection.
Public methodToString (Inherited from Object.)
See Also