FloatPointNumCollection
FloatPointNumCollection class
Contains a collection of doubling point numbers
new FloatPointNumCollection()
Constructor.
Methods
| Name | Description |
|---|---|
| add(number) | Add the doubling point number in the collection. |
| clear() | |
| get() | |
| getCount() | |
| iterator() | Reserved for internal use. |
| remove(number) | Remove the doubling point number from the collection. |
| removeAt() |
add(number)
Add the doubling point number in the collection.
| Parameter | Type | Description |
|---|---|---|
| number | Number |
Returns: Number — Number
clear()
get()
getCount()
iterator()
Reserved for internal use.
remove(number)
Remove the doubling point number from the collection.
| Parameter | Type | Description |
|---|---|---|
| number | Number |