class
FloatPointNumCollection
Source: aspose.
Contains a collection of doubling point numbers
new FloatPointNumCollection()
Constructor.
Methods
add(number) → Number
Add the doubling point number in the collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
number |
Number |
|
- Returns
-
Number
clear()
Removes all elements from collection.
get(index) → Number
Gets the element at the specified index.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
- Returns
-
Number
getCount()
Gets the number of elements actually contained in the collection.
isExist(index) → boolean
Is exist item in the collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
index |
Number |
|
index of element. |
- Returns
-
boolean
iterator() → Iterator
Supports a simple iteration over a nongeneric collection.
- Returns
-
Iterator
remove(number)
Remove the doubling point number from the collection.
Parameter
Name | Type | Optional | Description |
---|---|---|---|
number |
Number |
|